aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* Improve update host script and add warning if AP urls are invalidChocobozzz2018-06-212-4/+86
|
* Do not create a user with the same username than another actor nameChocobozzz2018-06-212-0/+33
|
* Fix HTTP fallback when having videostream issues on firefoxChocobozzz2018-06-201-1/+1
|
* Update iso639 translations for french and deutchChocobozzz2018-06-191-2/+6
|
* Fix avatar image in channel pageChocobozzz2018-06-181-1/+8
|
* Fix removing scheduled updateChocobozzz2018-06-183-1/+20
|
* Create webtorrent client on player loadChocobozzz2018-06-181-2/+0
| | | | | | So we don't run Angular change detection every 250ms on webtorrent import, when https://github.com/mafintosh/speedometer/pull/7 will be merged
* Add resolution to create-transcoding-job script (#654)Florent F2018-06-151-3/+29
| | | | | | * Add resolution to create-transcoding-job script * Requested changes
* Add ability to schedule video publicationChocobozzz2018-06-157-26/+97
|
* Add ability for uploaders to schedule video updateChocobozzz2018-06-1416-20/+452
|
* Use local object URLs for feedsChocobozzz2018-06-142-3/+5
|
* Fix offset/limit on some SQL queries :facepalm:Chocobozzz2018-06-134-9/+9
|
* Fix bad RSS descriptions when filtering videos by account or channelChocobozzz2018-06-132-8/+31
|
* Fix lintChocobozzz2018-06-132-2/+4
|
* Refractor retry transaction functionChocobozzz2018-06-1319-415/+162
|
* Improve tests when waiting pending jobsChocobozzz2018-06-1332-252/+225
|
* Add concept of video state, and add ability to wait transcoding beforeChocobozzz2018-06-1232-359/+523
| | | | publishing a video
* Fix import with when the imported file has the same extension than anChocobozzz2018-06-113-8/+33
| | | | already existing file
* (embed) sandbox the iframeRigel Kent2018-06-111-1/+1
|
* Add video comments RSSChocobozzz2018-06-087-102/+209
|
* Increase access_token lifetimeChocobozzz2018-06-081-1/+1
|
* Pick average video file insead of max qualityChocobozzz2018-06-071-1/+1
|
* Move fixtures in tests/Chocobozzz2018-06-0731-28/+26
|
* Improve create import file jobChocobozzz2018-06-076-34/+47
| | | | Fix federation of .ogv videos
* Add create-import-video-file-job commandFlorent Fayolle2018-06-078-6/+180
|
* Little i18n refractoringChocobozzz2018-06-061-13/+9
|
* Add server localizationChocobozzz2018-06-062-3/+7
|
* Localize playerChocobozzz2018-06-061-0/+8
|
* Disable auto languageChocobozzz2018-06-051-1/+3
|
* Prepare i18n filesChocobozzz2018-06-051-5/+35
|
* Correctly forward video related activitiesChocobozzz2018-05-316-18/+43
|
* Improve create transcoding jobs testsChocobozzz2018-05-301-0/+15
|
* Add ability to manually run transcoding jobChocobozzz2018-05-304-10/+114
|
* Fix static function nameChocobozzz2018-05-291-3/+3
|
* Improve torrent/video downloadChocobozzz2018-05-293-4/+57
|
* Fix AP activity validatorChocobozzz2018-05-291-1/+2
|
* Fix publishedAt value after following a new instanceChocobozzz2018-05-283-0/+11
|
* Update changelogChocobozzz2018-05-281-0/+2
|
* Fix actor outboxChocobozzz2018-05-283-10/+19
|
* Refractor and optimize AP collectionsChocobozzz2018-05-2513-255/+210
| | | | | Only display urls in general object, and paginate video comments, shares, likes and dislikes
* Split files in activitypub serverChocobozzz2018-05-2519-135/+132
|
* Fix cc field in classic audienceChocobozzz2018-05-254-28/+21
|
* Only use account name in routesChocobozzz2018-05-2514-70/+43
|
* Reload my videos after deleteChocobozzz2018-05-251-2/+5
|
* Don't render opengraph tags of private videosChocobozzz2018-05-241-1/+2
|
* Handle account name in client urlChocobozzz2018-05-242-13/+27
| | | | More consistent with AP urls
* Add owner in video channel pageChocobozzz2018-05-231-8/+3
|
* Handle concurrent requests in cache middlewareChocobozzz2018-05-232-32/+45
|
* Fix insane SQL request when loading all video attributesChocobozzz2018-05-231-0/+3
|
* feature: IP filtering on signup pageRigel Kent2018-05-226-6/+69
| | | | | | disable registration form on IP not in range checking the CIDR list before filtering with it placing the cidr filters as an attribute object in the config