- Jan 08, 2019
-
-
Eugen Rochko authored
-
- Jan 01, 2019
-
-
Eugen Rochko authored
Fix #9369
-
- Dec 24, 2018
-
-
Eugen Rochko authored
* Add REST API for creating an account The method is available to apps with a token obtained via the client credentials grant. It creates a user and account records, as well as an access token for the app that initiated the request. The user is unconfirmed, and an e-mail is sent as usual. The method returns the access token, which the app should save for later. The REST API is not available to users with unconfirmed accounts, so the app must be smart to wait for the user to click a link in their e-mail inbox. The method is rate-limited by IP to 5 requests per 30 minutes. * Redirect users back to app from confirmation if they were created with an app * Add tests * Return 403 on the method if registrations are not open * Require agreement param to be true in the API when creating an account
-
Eugen Rochko authored
-
- Dec 18, 2018
-
-
Eugen Rochko authored
This allowed you to brick your system when running that command, because the accounts would continue to advertise the old public key, but sign things with the new one
-
- Dec 03, 2018
-
-
Eugen Rochko authored
- Some associations were missing from the clean-up - Some attributes were not reset on suspension - Skip federation and streaming deletes when purging a dead domain - Move account association definitions to concern
-
- Dec 02, 2018
-
-
Eugen Rochko authored
-
ThibG authored
Fixes #9411
-
- Nov 30, 2018
-
-
Eugen Rochko authored
-
Eugen Rochko authored
-
- Nov 27, 2018
-
-
Eugen Rochko authored
-
- Nov 20, 2018
-
-
Renato "Lond" Cerqueira authored
Just the color is not enough change since not everyone uses colored terminals. Touching the account makes it so that the account is not in the threshold window in case of running again
-
- Nov 16, 2018
-
-
mayaeh authored
* Fixed an issue where "tootctl media remove" can not count the file size. * Fixed the problem pointed out by codeclimate.
-
- Nov 08, 2018
-
-
Eugen Rochko authored
Fix #9237
-
Eugen Rochko authored
* Display amount of freed disk space in tootctl media remove Fix #9213 * Fix code style issue
-
- Oct 31, 2018
-
- Oct 30, 2018
-
-
Eugen Rochko authored
* Bump version to 2.6.0 * Update CHANGELOG.md
-
Eugen Rochko authored
* Bump version to 2.6.0rc4 * Update CHANGELOG.md
-
- Oct 29, 2018
-
-
Eugen Rochko authored
* Bump version to 2.6.0rc3 * Update CHANGELOG.md
-
- Oct 27, 2018
-
-
Eugen Rochko authored
Leave `tootctl accounts cull` to simply check removed accounts from live domains, and skip temporarily unavailable domains, while listing them in the final output for further action. Add `tootctl domains purge DOMAIN` to be able to purge a domain from that list manually
-
- Oct 25, 2018
-
-
Sascha authored
-
Eugen Rochko authored
* Bump version to 2.6.0rc2 * Update CHANGELOG.md
-
- Oct 22, 2018
-
-
Eugen Rochko authored
Fix #8741
-
- Oct 21, 2018
- Oct 20, 2018
-
-
Eugen Rochko authored
* Bump version to 2.6.0rc1 * Update AUTHORS.md * Update CHANGELOG.md
-
- Oct 11, 2018
-
-
Eugen Rochko authored
-
Eugen Rochko authored
-
- Oct 08, 2018
-
-
ashleyhull-versent authored
* cleanup pass * undo mistakes * fixed. * revert
-
- Oct 04, 2018
-
-
Eugen Rochko authored
-
- Sep 29, 2018
-
-
Eugen Rochko authored
-
- Sep 28, 2018
-
-
Eugen Rochko authored
-
- Sep 17, 2018
-
-
ThibG authored
This strips metadata on file upload by re-encoding the files, at the cost of possible slight image quality decrease and processing resources.
-
- Sep 14, 2018
-
-
Eugen Rochko authored
* Move more tasks to tootctl - tootctl feeds build - tootctl feeds clear - tootctl accounts refresh Clean up exit codes and help messages * Move user modifying to tootctl * Improve user modification through CLI, rename commands add -> create mod -> modify del -> delete To remove ambiguity * Fix code style issues * Fix not being able to unset admin/mod role
-
- Sep 13, 2018
-
-
luzpaz authored
Found via `codespell -q 3 --skip="./app/javascript/mastodon/locales,./config/locales"`
-
- Sep 10, 2018
-
-
rinsuki authored
-
- Sep 09, 2018
-
-
nightpool authored
* add rake task for generating AUTHORS.md * update AUTHORS.md * rubocop
-
Eugen Rochko authored
* CLI interface for creating/deleting local users - tootctl accounts add USERNAME - tootctl accounts del USERNAME * Add CLI interface for culling remote users that no longer exist - tootctl accounts cull
-
- Sep 02, 2018
-
-
Eugen Rochko authored
-
- Sep 01, 2018
-
-
Eugen Rochko authored
-