aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers
Commit message (Collapse)AuthorAgeFilesLines
* Add error when email system is not configured and using the forgotChocobozzz2018-12-051-0/+4
| | | | password system
* Remove inferred typeChocobozzz2018-12-053-5/+5
|
* Create redundancy endpointChocobozzz2018-12-041-3/+3
|
* Add tmp and redundancy directoriesChocobozzz2018-12-045-13/+18
|
* Fix trending pageChocobozzz2018-12-031-6/+1
|
* Fix AP redirectionChocobozzz2018-11-301-14/+14
|
* Optimize config endpointChocobozzz2018-11-231-4/+4
|
* enable email verification by admin (#1348)Josh Morel2018-11-211-0/+1
| | | | | | | | | | | | | * enable email verification by admin * rename/label to set email as verified to be more explicit that admin is not sending another email to confirm * add update user emailVerified check-params test * make user.model emailVerified property required
* Delete invalid or deleted remote videosChocobozzz2018-11-201-1/+6
|
* Fix AP collections paginationChocobozzz2018-11-161-2/+2
|
* Check follow constraints when getting a videoChocobozzz2018-11-161-0/+2
|
* Do not host remote AP objectsChocobozzz2018-11-161-1/+11
|
* Don't forward view, send updates insteadChocobozzz2018-11-151-1/+5
| | | | | To avoid inconsistencies in the federation, now the origin server will tell other instances what is the correct number of views
* Check activities hostChocobozzz2018-11-143-13/+46
|
* Merge branch 'feature/webtorrent-disabling' into developChocobozzz2018-10-171-0/+1
|\
| * move to boolean switchRigel Kent2018-10-131-1/+1
| |
| * add webtorrent opt-out settingsRigel Kent2018-10-131-0/+1
| | | | | | | | | | - add a key in localstorage to remember the opt-out - add a user setting
* | Add ability to mute a user/instance by server in server apiChocobozzz2018-10-163-4/+138
| |
* | Add user/instance block by users in the clientChocobozzz2018-10-161-2/+2
| |
* | Add ability for users to block an account/instance on server sideChocobozzz2018-10-168-9/+144
|/
* Add ability to list all local videosChocobozzz2018-10-104-3/+16
| | | | Including private/unlisted for moderators/admins
* Add ability to search on followers/followingChocobozzz2018-10-101-2/+14
|
* Add users search filterChocobozzz2018-10-081-1/+1
|
* Add user history and resume videosChocobozzz2018-10-056-12/+48
|
* Fix config endpointChocobozzz2018-10-031-1/+1
|
* Fix get versionChocobozzz2018-10-021-2/+2
|
* Check video channel name is unique on our instanceChocobozzz2018-10-012-2/+1
|
* Fix dnt routeChocobozzz2018-10-011-1/+1
|
* show last commit hash alongside server version in footerRigel Kent2018-10-011-0/+5
|
* Increase timeout on upload endpointChocobozzz2018-10-011-0/+7
|
* Remove duplicated videos on unfollow/delete redundancyChocobozzz2018-09-282-0/+11
|
* Check current password on server sideChocobozzz2018-09-261-1/+1
|
* Fix avatar transaction retryChocobozzz2018-09-261-1/+1
|
* Fix dnt routeChocobozzz2018-09-251-2/+4
|
* Cache user tokenChocobozzz2018-09-203-10/+7
|
* Limit associations fetch when loading tokenChocobozzz2018-09-207-61/+53
|
* rename manifestBO412018-09-201-1/+1
|
* Refractor audit user identifierChocobozzz2018-09-197-39/+37
|
* Put config redundancy strategies in "strategies" subkeyChocobozzz2018-09-191-1/+1
|
* Optimize activity actor load in AP processorsChocobozzz2018-09-191-1/+1
|
* Refractor videos AP functionsChocobozzz2018-09-191-1/+1
|
* Optimize SQL requests of videos AP endpointsChocobozzz2018-09-191-5/+11
|
* Optimize SQL requests of watch page API endpointsChocobozzz2018-09-192-2/+2
|
* Handle actors search beginning with '@'Chocobozzz2018-09-171-0/+3
| | | | Something like @toto@example.com
* Refractor activities sendingChocobozzz2018-09-141-2/+2
|
* Process inbox activities in a queueChocobozzz2018-09-141-6/+17
|
* Add redundancy statsChocobozzz2018-09-142-11/+23
|
* Speed up overviews routeChocobozzz2018-09-141-8/+18
|
* Basic video redundancy implementationChocobozzz2018-09-137-12/+71
|
* Retry transactions on user endpoints if neededChocobozzz2018-09-131-4/+4
|