- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed All Stories
All Stories
All Stories
Jan 27 2020
Jan 27 2020
Quit AP goroutine early when there's no "to"
Jan 23 2020
Jan 23 2020
matt committed rWF8d3e755c8f5b: Return pointer to http.Client in activityPubClient() (authored by matt).
Return pointer to http.Client in activityPubClient()
Add timeout on ActivityPub requests
Jan 20 2020
Jan 20 2020
GitHub <noreply@github.com> committed rWFfe26594e8cff: Merge pull request #245 from writeas/fix-editor-open-access (authored by matt).
Merge pull request #245 from writeas/fix-editor-open-access
Render HTML entities in Drafts list
Add helpful text on Drafts page
robjloranger committed rWF2c075c0347a4: update upgrade script for recent changes (authored by robjloranger).
update upgrade script for recent changes
Jan 17 2020
Jan 17 2020
matt moved T717: Private RSS feeds from Restricted Project Column to Restricted Project Column on the Restricted Project board.
So I have wrote a piece of code for image watermarking: takes JPEG file as input, uses PNG with transparency as watermark image and saves the output. Plan to release it as separate library with following functionality:
Jan 16 2020
Jan 16 2020
Require authenticated user for editor access
GitHub <noreply@github.com> committed rWFb9914dd65a92: Merge pull request #244 from writeas/oauth-signup-tweaks (authored by matt).
Merge pull request #244 from writeas/oauth-signup-tweaks
Fix copyright years in oauth_slack.go
Add and update copyright notices
Remove Password field from OAuth signup page
Skip password requirement on OAuth signup
matt committed rWFb5a38efd2853: Fall back to username as coll title on OAuth signup (authored by matt).
Fall back to username as coll title on OAuth signup
matt committed rWF130c9eb7475d: Change Blog Title to Display Name in OAuth signup (authored by matt).
Change Blog Title to Display Name in OAuth signup
Fix false login state on OAuth signup page
Rename collTitle from alias
Add async username check on OAuth signup form
matt committed rWFf2f779e4a2d2: Generate non-colliding usernames in all lowercase (authored by matt).
Generate non-colliding usernames in all lowercase
Reserve the username "oauth"
Jan 15 2020
Jan 15 2020
ngerakines committed rWF5d834c1cd213: Minor code cleanup on settings page to improve oauth account management UI. T713 (authored by ngerakines).
Minor code cleanup on settings page to improve oauth account management UI. T713
ngerakines committed rWFc0317b4e93ef: Implemented oauth attach functionality, oauth detach functionality, and… (authored by ngerakines).
Implemented oauth attach functionality, oauth detach functionality, and…
robjloranger committed rWF571460f08d8b: move timezone correction to client side (authored by robjloranger).
move timezone correction to client side
Jan 14 2020
Jan 14 2020
fixes imported post times
GitHub <noreply@github.com> committed rWF75e2b6032820: Merge pull request #172 from writeas/import-text (authored by matt).
Merge pull request #172 from writeas/import-text
GitHub <noreply@github.com> closed T609: Support importing TXT/MD files as Resolved by committing rWF75e2b6032820: Merge pull request #172 from writeas/import-text.
GitHub <noreply@github.com> closed T609: Support importing TXT/MD files, a subtask of T527: Support importing posts from zip file, as Resolved.
GitHub <noreply@github.com> closed T609: Support importing TXT/MD files, a subtask of T245: Import posts from other platforms, as Resolved.
Fix Unix timestamps on client during import
Revert "Fix unix timestamp in file upload"
matt added a reverting change for rWF2b066997d131: Fix unix timestamp in file upload: rWF65e2e5126bb1: Revert "Fix unix timestamp in file upload".
Fix unix timestamp in file upload
Fix unix timestamp in file upload
robjloranger committed rWFaae2f28bb673: pass original file modified date for imports (authored by robjloranger).
pass original file modified date for imports
GitHub <noreply@github.com> committed rWFc7b797929bfc: Merge pull request #238 from writeas/oauth-bugfix-alias-signature (authored by matt).
Merge pull request #238 from writeas/oauth-bugfix-alias-signature
ngerakines committed rWFf7995bee48fc: Fixing bug where display name was not set correctly. (authored by ngerakines).
Fixing bug where display name was not set correctly.
ngerakines committed rWF952c094370d2: Fixing bug where display name was not set correctly. (authored by ngerakines).
Fixing bug where display name was not set correctly.
GitHub <noreply@github.com> committed rWF659392ac4f5c: Merge pull request #235 from writeas/date-stamps (authored by matt).
Merge pull request #235 from writeas/date-stamps
GitHub <noreply@github.com> closed T669: Date stamps on posts as Resolved by committing rWF659392ac4f5c: Merge pull request #235 from writeas/date-stamps.
GitHub <noreply@github.com> committed rWFc00daf64b0bd: Merge pull request #236 from writeas/oauth-provider-callback-hotfix (authored by matt).
Merge pull request #236 from writeas/oauth-provider-callback-hotfix
Jan 10 2020
Jan 10 2020
GitHub <noreply@github.com> committed rWFa77d403dfbe7: Fixing bug in oauth callback URL registration. (authored by ngerakines).
Fixing bug in oauth callback URL registration.
Jan 9 2020
Jan 9 2020
Show published date on post pages if Blog
matt committed rWF812136357e9e: Move Format from DisplayCollection to CollectionObj (authored by matt).
Move Format from DisplayCollection to CollectionObj
Tweak user-facing upload errors + internal logs
Reorder federation check logic on upload
matt committed rWF03eeca179e00: Fix potential resource leaks from defer calls in for loop (authored by matt).
Fix potential resource leaks from defer calls in for loop
Fix collection logic on import
Restyle Import page
Jan 8 2020
Jan 8 2020
GitHub <noreply@github.com> committed rWFa2a9f6097679: Merge pull request #232 from writeas/T712-oauth-registration-improvements (authored by matt).
Merge pull request #232 from writeas/T712-oauth-registration-improvements
ngerakines committed rWF8ddfce4f199a: oauth signup page changes per PR feedback. T712 (authored by ngerakines).
oauth signup page changes per PR feedback. T712
ngerakines committed rWF6d79ed3cfdf3: Updating oauth form validation per PR feedback. T712 (authored by ngerakines).
Updating oauth form validation per PR feedback. T712
Code cleanup per PR feedback. T712
Jan 7 2020
Jan 7 2020
Fix GetCollections() call
Merge branch 'develop' into import-text
Bump Travis build to Go 1.13
ngerakines committed rWF28cf4dd5f574: Added state location register hook. T712. (authored by ngerakines).
Added state location register hook. T712.
Jan 6 2020
Jan 6 2020
Jan 5 2020
Jan 5 2020
Partially implementing this as part of my work on T401: Post list paging and T714: Improve core navigation.
matt changed the status of T696: Allow pagination of posts, a subtask of T401: Post list paging, from Idea to Open.
GitHub <noreply@github.com> committed rWF9be534038b43: Merge pull request #233 from writeas/markdown-api-rename (authored by matt).
Merge pull request #233 from writeas/markdown-api-rename
Rename base_url to collection_url in MD API
Move and restyle OAuth login links
Add .btn.cta link styles
Jan 4 2020
Jan 4 2020
Jan 3 2020
Jan 3 2020
matt moved T519: Preview Markdown before publishing from Backlog to Next Release on the WriteFreely board.
matt committed rWF8c1bf2ddd55a: Merge branch 'markdown-API' into activitypub-mentions (authored by matt).
Merge branch 'markdown-API' into activitypub-mentions
matt committed rWFa513c99a1e5a: Merge branch 'hotfix-0.11.2' into activitypub-mentions (authored by matt).
Merge branch 'hotfix-0.11.2' into activitypub-mentions
Implemented /oauth/signup. T712
ngerakines committed rWFa4e373065c77: Merge branch 'T710-oauth-slack' into T712-oauth-registration-improvements (authored by ngerakines).
Merge branch 'T710-oauth-slack' into T712-oauth-registration-improvements
ngerakines committed rWFb985292b1807: First take at template updates. T712 (authored by ngerakines).
First take at template updates. T712
GitHub <noreply@github.com> committed rWFa4579719cd87: Merge pull request #197 from writeas/markdown-API (authored by matt).
Merge pull request #197 from writeas/markdown-API
GitHub <noreply@github.com> committed rWF97b25628fb64: Merge pull request #230 from writeas/T710-oauth-slack (authored by matt).
Merge pull request #230 from writeas/T710-oauth-slack
ngerakines committed rWF0b229a5ede62: Updating oauth user lookup call as per PR feedback. T710 (authored by ngerakines).
Updating oauth user lookup call as per PR feedback. T710
ngerakines committed rWF6d8da2bffd6a: Encrypting email from oauth signup as per PR feedback. T710 (authored by ngerakines).
Encrypting email from oauth signup as per PR feedback. T710
Jan 2 2020
Jan 2 2020
GitHub <noreply@github.com> committed rWF2486b3c100ec: Merge pull request #231 from writeas/oauth-wrapper (authored by matt).
Merge pull request #231 from writeas/oauth-wrapper
ngerakines committed rWF6823f108215e: Updated unit tests to reflect handler wrapper. (authored by ngerakines).
Updated unit tests to reflect handler wrapper.
ngerakines committed rWF2aea9560bc26: Merged T710-oauth-slack into oauth-wrapper. (authored by ngerakines).
Merged T710-oauth-slack into oauth-wrapper.
ngerakines committed rWF31e2dac118f8: Adding slack display name to inspect response to use in user creation as per PR… (authored by ngerakines).
Adding slack display name to inspect response to use in user creation as per PR…
ngerakines committed rWFcd5fea5ff170: write.as oauth client cleanup as per PR feedback. T710 (authored by ngerakines).
write.as oauth client cleanup as per PR feedback. T710
ngerakines committed rWFee1473aa5615: Rolling back v1 migration change as per PR feedback. T710 (authored by ngerakines).
Rolling back v1 migration change as per PR feedback. T710
ngerakines committed rWF37f0c281ab3a: Removing test skip as per PR feedback. T710 (authored by ngerakines).
Removing test skip as per PR feedback. T710
Dec 31 2019
Dec 31 2019
ngerakines committed rWF9170c846175a: Merged in final changes from PR 225 into T705-oauth-slack. T710 (authored by ngerakines).
Merged in final changes from PR 225 into T705-oauth-slack. T710
GitHub <noreply@github.com> committed rWFf343cebce757: Merge pull request #225 from writeas/T705-oauth (authored by matt).
Merge pull request #225 from writeas/T705-oauth
ngerakines committed rWFb5f716135b9b: Changed oauth table names per PR feedback. T705 (authored by ngerakines).
Changed oauth table names per PR feedback. T705
Add WriteOAuthError() func
Change 0 status to 500
Switch Slack badge to Forum badge
Dec 30 2019
Dec 30 2019
Merge branch 'T705-oauth' into oauth-wrapper
Pass OAuth requests through new OAuth handler
Check for error response in code exchange
Add logging in viewOauthCallback()
Code cleanup in prep for PR. T710
Dec 28 2019
Dec 28 2019
ngerakines committed rWF462f87919a67: Feature complete on MVP slack auth integration. T710 (authored by ngerakines).
Feature complete on MVP slack auth integration. T710
ngerakines committed rWF13121cb26677: Merging T705-oauth into T710-oauth-slack. T705,T710 (authored by ngerakines).
Merging T705-oauth into T710-oauth-slack. T705,T710
Dec 27 2019
Dec 27 2019
ngerakines committed rWF426615474920: Code cleanup from PR 255 feedback. T705 (authored by ngerakines).
Code cleanup from PR 255 feedback. T705
Dec 23 2019
Dec 23 2019
ngerakines committed rWFbf3b6a5ba01f: Unit tests, integration testing, and code cleanup for oauth support. Part of… (authored by ngerakines).
Unit tests, integration testing, and code cleanup for oauth support. Part of…