- Mar 30, 2019
-
-
Eugen Rochko authored
Update AUTHORS.md Update CHANGELOG.md
-
- Mar 28, 2019
-
-
Eugen Rochko authored
Fix #10305
-
Eugen Rochko authored
-
- Mar 14, 2019
-
-
Eugen Rochko authored
Fix #6856 Fix #6951
-
- Mar 11, 2019
-
-
Eugen Rochko authored
Query by @tateisu Fix #1554
-
- Mar 05, 2019
-
-
Eugen Rochko authored
-
- Feb 23, 2019
-
-
Eugen Rochko authored
-
- Feb 17, 2019
-
-
Eugen Rochko authored
-
- Jan 28, 2019
-
- Jan 27, 2019
-
-
Stanislas authored
-
- Jan 20, 2019
-
-
Eugen Rochko authored
-
- Jan 19, 2019
-
-
Eugen Rochko authored
-
Eugen Rochko authored
-
Eugen Rochko authored
Add `rake repo:changelog` to do that automatically
-
- Jan 18, 2019
-
- Jan 17, 2019
-
-
Eugen Rochko authored
-
- Jan 16, 2019
-
-
Eugen Rochko authored
Fix #9817
-
- Jan 15, 2019
-
-
Eugen Rochko authored
-
- 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
-