aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
...
* Implement daily upload limit (#956)Felix Ableitner2018-08-2832-45/+273
| | | | | | | | | | | | | | | | | | | | * Implement daily upload limit (ref #652) * remove duplicate code * review fixes * fix tests? * whitespace fixes, finish leftover todo * fix tests * added some new tests * use different config value for tests * remove todo
* Improve error message on actor name conflictChocobozzz2018-08-271-1/+1
|
* Upgrade server dependenciesChocobozzz2018-08-273-644/+660
|
* Correctly migrate to fs-extraChocobozzz2018-08-2729-117/+100
|
* Underline links in feed popover when hoveringChocobozzz2018-08-271-2/+0
|
* Add start at checkbox in share modalChocobozzz2018-08-278-36/+67
|
* replace fs by fs-extra to prevent EMFILE errorRigel Kent2018-08-2718-20/+19
|
* Add parse-log docChocobozzz2018-08-271-0/+10
|
* Fix deprecated ng-bootstrap methodsChocobozzz2018-08-273-7/+7
|
* Add popover autocloseChocobozzz2018-08-273-2/+7
|
* Upgrade client dependenciesChocobozzz2018-08-272-922/+414
|
* Don't compile all languages in travisChocobozzz2018-08-271-1/+1
|
* Add portuguese and swedish languagesChocobozzz2018-08-2713-2623/+16
|
* Upgrade translationsChocobozzz2018-08-2725-449/+11710
|
* Fetch outbox when searching an actorChocobozzz2018-08-279-83/+118
|
* Search video channel handle/uriChocobozzz2018-08-2718-65/+303
|
* Infinite scroll to list our subscriptionsChocobozzz2018-08-2710-67/+67
|
* Add ability to search video channelsChocobozzz2018-08-2735-145/+670
|
* Fix testsChocobozzz2018-08-277-14/+15
|
* Refractor comment creation from federationChocobozzz2018-08-273-45/+19
|
* Add refresh video on searchChocobozzz2018-08-2729-271/+510
|
* Add ability to search a video with an URLChocobozzz2018-08-2719-134/+243
|
* Add local user subscriptionsChocobozzz2018-08-2742-98/+647
|
* Add get subscription endpointChocobozzz2018-08-277-34/+137
|
* Add ability to set a name to a channelChocobozzz2018-08-2745-180/+317
|
* Use height instead of width to represent the video resolutionChocobozzz2018-08-274-10/+13
|
* Add subscriptions endpoints to REST APIChocobozzz2018-08-2736-93/+1038
|
* Correctly cache server translationsChocobozzz2018-08-271-3/+3
|
* Fix dev localeChocobozzz2018-08-273-3/+4
|
* Cache player translationsChocobozzz2018-08-271-4/+17
|
* Split users controllerChocobozzz2018-08-272-208/+231
|
* [Issue 641] Add shortcut my videos link in menu-wrapperpotedeo2018-08-271-0/+4
|
* (docker) add quota to the docker configuration values (#964)kaiyou2018-08-261-0/+5
|
* add postgresql96-contrib to the FreeBSD dependencies (#958)osauzet2018-08-241-1/+1
|
* Only enable gzip for HTML/CSS/JSMicah Elizabeth Scott2018-08-241-2/+4
| | | | | No compression on JSON endpoints, in order to protect from potential compression+encryption data leak attacks (like BREACH)
* Add gzip support to the sample nginx configurationMicah Elizabeth Scott2018-08-241-0/+5
| | | | | | | | | Without gzip explicitly enabled, load times suffer from transferring over a megabyte of plaintext javascript. With gzip enabled, the bundle is down to about 300K, and loads much faster. This change does not enable gzip on files that are already compressed, so images, fonts, and videos will be sent without the CPU overhead.
* Add missing instructions to Contributing documentFelix Ableitner2018-08-231-0/+11
|
* Fix AutoThreadJorropo2018-08-211-2/+2
|
* Reduce FreeBSD title sizeChocobozzz2018-08-211-3/+2
|
* Fix release scriptChocobozzz2018-08-211-3/+7
|
* Fix changelogJorropo2018-08-211-10/+10
|
* Bumped to version v1.0.0-beta.11v1.0.0-beta.11Chocobozzz2018-08-212-2/+2
|
* Update changelogChocobozzz2018-08-211-0/+35
|
* correct password reset disabled bindingJosh Morel2018-08-201-1/+1
|
* Change npm repo to git+httpsJorropo2018-08-202-2/+2
|
* Translate player according to the interface langChocobozzz2018-08-163-1/+13
|
* Translate subtitle langs in playerChocobozzz2018-08-1610-32/+73
|
* Ensure youtubedl binary exists in ydl helperChocobozzz2018-08-163-35/+60
|
* Fix client buildChocobozzz2018-08-143-4/+5
|
* Add quota used in users listChocobozzz2018-08-146-10/+44
|