aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib
Commit message (Expand)AuthorAgeFilesLines
* Reorganize shared modelsChocobozzz2020-08-072-2/+3
* Fix resolution for portrait videosChocobozzz2020-08-031-4/+5
* Fix video only HLS on iosChocobozzz2020-07-311-2/+6
* Add openapi docChocobozzz2020-07-311-2/+1
* Add migrations for abuse messagesChocobozzz2020-07-314-15/+32
* Add abuse messages/states notificationsChocobozzz2020-07-315-6/+187
* Add server API to abuse messagesChocobozzz2020-07-313-6/+6
* Add fcbk open-graph and twitter-card metas for accounts, video-channels, play...Kim2020-07-311-64/+194
* Merge branch 'release/2.3.0' into developChocobozzz2020-07-203-6/+9
|\
| * Fix: display username in password-reset and verify-email notifskimsible2020-07-203-6/+9
* | Add ability to report accountChocobozzz2020-07-103-7/+10
* | Add new abuses testsChocobozzz2020-07-103-2/+4
* | Add migrationsChocobozzz2020-07-103-5/+7
* | Use 3 tables to represent abusesChocobozzz2020-07-1010-144/+374
|/
* Fix lintChocobozzz2020-07-101-2/+2
* Add ability to override client assets : logo - favicon - PWA icons - PWA mani...Kim2020-07-101-1/+16
* Block infohash spammers from trackerChocobozzz2020-06-251-1/+16
* Reorganize client shared modulesChocobozzz2020-06-234-29/+29
* predefined report reasons & improved reporter UI (#2842)Rigel Kent2020-06-221-2/+15
* Split types and typingsChocobozzz2020-06-1863-97/+97
* Update server dependenciesChocobozzz2020-06-172-3/+3
* Fix video view filenameChocobozzz2020-06-152-2/+2
* Speed up videos indexationChocobozzz2020-06-121-1/+2
* preserve original variable names server-sideRigel Kent2020-06-102-9/+9
* rename blacklist to block/blocklist, merge block and auto-block viewsRigel Kent2020-06-102-9/+9
* First implem global searchChocobozzz2020-06-102-4/+16
* fix duplicate id in svg, empty alt in base emailRigel Kent2020-06-041-1/+1
* Merge branch 'release/2.2.0' into developChocobozzz2020-06-021-3/+3
|\
| * Fix emailsChocobozzz2020-06-021-3/+3
* | Block comments from muted accounts/serversChocobozzz2020-05-293-40/+63
* | Add ability to bulk delete commentsChocobozzz2020-05-292-9/+32
|/
* Fix external auth email/password updateChocobozzz2020-05-201-0/+8
* Add server plugin filter hooks for import with torrent and url (#2621)Rigel Kent2020-05-142-21/+79
* Fix auto follow index URLChocobozzz2020-05-121-9/+7
* Add other tests to external authChocobozzz2020-05-111-1/+1
* Allow to auto follow a specific URLChocobozzz2020-05-111-0/+4
* Cleanup oauth tokens cacheChocobozzz2020-05-111-0/+8
* Switch emails to pug templates and provide richer html/text-only versionsRigel Kent2020-05-0817-200/+637
* Add moderation helpers to pluginsChocobozzz2020-05-0714-25/+159
* Add last login date to usersChocobozzz2020-05-071-0/+4
* Fix HLS audio only transcodingChocobozzz2020-05-051-0/+1
* Handle external login errorsChocobozzz2020-05-043-9/+15
* Add ability to unregister plugin authsChocobozzz2020-05-041-4/+20
* Auth plugin compat with regular user accountsChocobozzz2020-05-041-4/+8
* Add plugin settings change watcherChocobozzz2020-05-042-16/+41
* Client calls revoke-token endpoint on logoutChocobozzz2020-05-041-1/+1
* Add config helper for pluginsChocobozzz2020-05-041-1/+13
* Add external login buttonsChocobozzz2020-05-041-3/+13
* Add external login testsChocobozzz2020-05-044-16/+34
* Begin support for external authsChocobozzz2020-05-043-90/+179