Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix external auth email/password update | Chocobozzz | 2020-05-20 | 5 | -4/+27 | |
| | | | | Also check if an actor does not already exist when creating the user | |||||
* | Fix migrations | Chocobozzz | 2020-05-18 | 1 | -0/+30 | |
| | ||||||
* | Add server plugin filter hooks for import with torrent and url (#2621) | Rigel Kent | 2020-05-14 | 6 | -33/+243 | |
| | | | | | | | | | | | * Add server plugin filter hooks for import with torrent and url * WIP: pre and post-import filter hooks * Rebased * Cleanup filters to accept imports Co-authored-by: Chocobozzz <me@florianbigard.com> | |||||
* | Add missing channel playlists AP endpoint | Chocobozzz | 2020-05-13 | 2 | -9/+31 | |
| | ||||||
* | Fix tests | Chocobozzz | 2020-05-13 | 1 | -1/+1 | |
| | ||||||
* | Add missing playlist and playlistElement types in AP context | Chocobozzz | 2020-05-13 | 1 | -0/+3 | |
| | ||||||
* | Fix auto follow index URL | Chocobozzz | 2020-05-12 | 3 | -15/+8 | |
| | ||||||
* | Add other tests to external auth | Chocobozzz | 2020-05-11 | 3 | -6/+96 | |
| | ||||||
* | Update code contributors | Chocobozzz | 2020-05-11 | 1 | -1/+1 | |
| | ||||||
* | Add unique key on actor preferredUsername | Chocobozzz | 2020-05-11 | 1 | -7/+7 | |
| | ||||||
* | Allow to auto follow a specific URL | Chocobozzz | 2020-05-11 | 2 | -1/+5 | |
| | ||||||
* | Add test for auto mute list router | Chocobozzz | 2020-05-11 | 2 | -8/+79 | |
| | ||||||
* | Cleanup oauth tokens cache | Chocobozzz | 2020-05-11 | 1 | -0/+8 | |
| | ||||||
* | Align follower handle display on instance display in tables | Rigel Kent | 2020-05-08 | 1 | -1/+1 | |
| | ||||||
* | Switch emails to pug templates and provide richer html/text-only versions | Rigel Kent | 2020-05-08 | 19 | -207/+652 | |
| | ||||||
* | Improve auto mute tests | Chocobozzz | 2020-05-07 | 1 | -4/+56 | |
| | ||||||
* | Fix refresh token | Chocobozzz | 2020-05-07 | 1 | -3/+1 | |
| | ||||||
* | Add auto mute plugin tests | Chocobozzz | 2020-05-07 | 2 | -0/+121 | |
| | ||||||
* | Fix CLI build | Chocobozzz | 2020-05-07 | 1 | -1/+1 | |
| | ||||||
* | Add moderation helpers to plugins | Chocobozzz | 2020-05-07 | 25 | -141/+475 | |
| | ||||||
* | Add last login date to users | Chocobozzz | 2020-05-07 | 7 | -9/+98 | |
| | ||||||
* | Use video abuse filters on client side | Chocobozzz | 2020-05-07 | 8 | -136/+205 | |
| | ||||||
* | Fix comments feed with musted accounts | Chocobozzz | 2020-05-06 | 2 | -2/+21 | |
| | ||||||
* | parseQueryStringFilter cleanup | Chocobozzz | 2020-05-06 | 2 | -19/+13 | |
| | ||||||
* | Fix lint | Chocobozzz | 2020-05-06 | 1 | -5/+5 | |
| | ||||||
* | Add ability for video owners to delete comments | Chocobozzz | 2020-05-05 | 2 | -10/+53 | |
| | ||||||
* | Increase video comments limit | Chocobozzz | 2020-05-05 | 2 | -3/+3 | |
| | ||||||
* | Fix playlist description length | Chocobozzz | 2020-05-05 | 2 | -1/+27 | |
| | ||||||
* | Fix HLS audio only transcoding | Chocobozzz | 2020-05-05 | 3 | -1/+3 | |
| | ||||||
* | Sort outbox by desc created at order | Chocobozzz | 2020-05-05 | 1 | -1/+1 | |
| | ||||||
* | Add auth plugin info in users list | Chocobozzz | 2020-05-05 | 2 | -2/+18 | |
| | ||||||
* | Fix plugin-auth migration | Rigel Kent | 2020-05-05 | 2 | -1/+1 | |
| | ||||||
* | Fix compat with peertube 2.1 | Chocobozzz | 2020-05-05 | 1 | -6/+16 | |
| | ||||||
* | Fix plugin storeData | Chocobozzz | 2020-05-04 | 5 | -10/+85 | |
| | ||||||
* | Fix plugin get settings | Chocobozzz | 2020-05-04 | 1 | -2/+2 | |
| | ||||||
* | Accept numbers in plugin names | Chocobozzz | 2020-05-04 | 1 | -1/+1 | |
| | ||||||
* | Handle external login errors | Chocobozzz | 2020-05-04 | 4 | -24/+44 | |
| | ||||||
* | Add ability to unregister plugin auths | Chocobozzz | 2020-05-04 | 6 | -8/+102 | |
| | ||||||
* | Auth plugin compat with regular user accounts | Chocobozzz | 2020-05-04 | 1 | -4/+8 | |
| | ||||||
* | Add plugin settings change watcher | Chocobozzz | 2020-05-04 | 7 | -22/+56 | |
| | ||||||
* | Client calls revoke-token endpoint on logout | Chocobozzz | 2020-05-04 | 2 | -2/+2 | |
| | ||||||
* | Add config helper for plugins | Chocobozzz | 2020-05-04 | 2 | -1/+17 | |
| | ||||||
* | Add external login buttons | Chocobozzz | 2020-05-04 | 2 | -3/+17 | |
| | ||||||
* | Add external login tests | Chocobozzz | 2020-05-04 | 15 | -23/+527 | |
| | ||||||
* | Begin support for external auths | Chocobozzz | 2020-05-04 | 7 | -104/+269 | |
| | ||||||
* | Check auth plugin result | Chocobozzz | 2020-05-04 | 3 | -2/+110 | |
| | ||||||
* | Add plugin ldap tests | Chocobozzz | 2020-05-04 | 2 | -0/+101 | |
| | ||||||
* | Add plugin auth migrations | Chocobozzz | 2020-05-04 | 6 | -49/+92 | |
| | ||||||
* | Add ability for auth plugins to hook tokens validity | Chocobozzz | 2020-05-04 | 12 | -131/+271 | |
| | ||||||
* | Support logout and add id and pass tests | Chocobozzz | 2020-05-04 | 23 | -97/+266 | |
| |