- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
Feb 14 2020
Feb 14 2020
Move admin dashboard sections into subpages
Working through this now, especially for #write.as_for_teams. writefreely#264
matt moved T723: Non-time-based Reader cache invalidation from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Change line-height to 1.5
Feb 12 2020
Feb 12 2020
matt moved T686: Enable Admin user creation in Dashboard from Restricted Project Column to Restricted Project Column on the Restricted Project board.
matt added a parent task for T686: Enable Admin user creation in Dashboard: Unknown Object (Maniphest Task).
Add isIgnorableError to database-lib.go
Feb 10 2020
Feb 10 2020
Use NULL for new attach_user_id column
Use h1 consistently on user pages
Make Reader width consistent with other pages
Feb 9 2020
Feb 9 2020
matt committed rWFf846cada4b51: Merge branch 'develop' into T713-oauth-account-management (authored by matt).
Merge branch 'develop' into T713-oauth-account-management
matt committed rWFf406f894c5f2: Merge branch 'develop' into T319-user-delete-acct (authored by matt).
Merge branch 'develop' into T319-user-delete-acct
matt committed rWFd6c0026644e8: Merge branch 'develop' into T319-admin-delete-acct (authored by matt).
Merge branch 'develop' into T319-admin-delete-acct
Update calls and vars for Invites and elsewhere
Fix collection rendering after merge
matt committed rWFf70c1dfaa500: Merge branch 'develop' into rename-account-suspend (authored by matt).
Merge branch 'develop' into rename-account-suspend
matt committed rWF468bbf2187a8: Merge branch 'develop' into rename-account-suspend (authored by matt).
Merge branch 'develop' into rename-account-suspend
matt committed rWFb78f64bad3d0: Don't fail Invite page rendering on IsUserSuspended check (authored by matt).
Don't fail Invite page rendering on IsUserSuspended check
Disable form items on Invite page when silenced
Feb 8 2020
Feb 8 2020
Fix post deletion on Pleroma
Clean up oauth_users table on account deletion
matt committed rWF666bd1b9d1e5: Show correct error when user not found in admin panel (authored by matt).
Show correct error when user not found in admin panel
Don't float posts on account deletion
Merge branch 'develop' into T319-delete-account
matt committed rWF9589612d0e3e: Add TODOs for improving GetProfilePageFromHandle() (authored by matt).
Add TODOs for improving GetProfilePageFromHandle()
Add u-url class and span in mention link
Fix error logging format in RemoteLookup
Move remote user URL to /@/
Fix mention links
Show 404 when remote user not found
Clean up getProfilePageFromHandle
matt committed rWF68d63d3fef73: Merge branch 'develop' into activitypub-mentions (authored by matt).
Merge branch 'develop' into activitypub-mentions
Feb 6 2020
Feb 6 2020
Require authenticated user on draft edit routes
Jan 31 2020
Jan 31 2020
There are a few deeper issues to discuss that aren't part of this task:
matt renamed T688: Support storing images and other files locally from Support storing images locally to Support storing images and other files locally.
@gytisrepecka I think we'll want to go with option #1, so we can factor in instance privacy settings, and have totally private media files if an admin wants it. I just updated the description with some ideas I have for the very first version of this.
Jan 30 2020
Jan 30 2020
matt committed rWF51700cc7da47: Ignore "mix of collations" error on invite SELECT (authored by matt).
Ignore "mix of collations" error on invite SELECT
Fix datetime attributes on read.tmpl
Jan 29 2020
Jan 29 2020
Fix localdate.js not included on Tags page
Fix date format in `datetime` attribute
Restrict /invite/{code} route to valid chars
matt closed T670: Show post dates in local timezone, a subtask of T669: Date stamps on posts, as Resolved.
Fix date-based post header links
Merge branch 'develop' into T670-local-time
Update copyright in upgrade script
matt committed rWFbe0885698e5a: Change "restarting" to "starting" in upgrade script (authored by matt).
Change "restarting" to "starting" in upgrade script
Tidy up Go mod files
Upgrade gorilla/sessions to v1.2.0
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
Render HTML entities in Drafts list
Add helpful text on Drafts page
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.
Jan 16 2020
Jan 16 2020
Require authenticated user for editor access
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 14 2020
Jan 14 2020
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
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 7 2020
Jan 7 2020
Fix GetCollections() call
Merge branch 'develop' into import-text