aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin
Commit message (Collapse)AuthorAgeFilesLines
* Add ability to update thumbnail and preview on clientChocobozzz2018-02-161-2/+0
|
* Add new name/terms/description config optionsChocobozzz2018-01-312-1/+59
|
* Add follower name in admin listChocobozzz2018-01-311-0/+1
|
* Hide description previews on mobile viewChocobozzz2018-01-311-1/+1
|
* Move job queue to redisChocobozzz2018-01-254-11/+33
| | | | | | | We'll use it as cache in the future. /!\ You'll loose your old jobs (pending jobs too) so upgrade only when you don't have pending job anymore.
* Add ability to update some configuration keysChocobozzz2018-01-1712-4/+391
|
* Reduce job payload sizeChocobozzz2018-01-111-1/+1
|
* Add scores to follows and remove bad onesChocobozzz2018-01-111-1/+1
|
* Fix aot buildChocobozzz2018-01-091-1/+1
|
* Support video quota on clientChocobozzz2018-01-081-1/+1
|
* Better admin tablesChocobozzz2017-12-216-10/+7
|
* Customize selectChocobozzz2017-12-202-15/+19
|
* Fix nav in manage followsChocobozzz2017-12-201-0/+6
|
* Add bootstrap analyzer and optimize buildChocobozzz2017-12-201-0/+2
|
* Unfollow with hostChocobozzz2017-12-191-1/+1
|
* Begin moving video channel to actorChocobozzz2017-12-192-2/+2
|
* Move to angular cliChocobozzz2017-12-128-24/+28
|
* Finish admin designChocobozzz2017-12-086-27/+29
|
* Design follow admin pageChocobozzz2017-12-0811-101/+61
|
* Design admin data tablesChocobozzz2017-12-086-51/+45
|
* Begin admin designChocobozzz2017-12-0811-181/+229
|
* Add account settings new designChocobozzz2017-12-011-8/+6
|
* Add ability to list jobsChocobozzz2017-11-3010-3/+154
|
* Change tab when changing follow urlChocobozzz2017-11-281-2/+15
|
* Fetch outbox to grab old activitiesChocobozzz2017-11-272-2/+0
|
* Add follow testsChocobozzz2017-11-272-1/+2
|
* Add ability to unfollow a serverChocobozzz2017-11-275-11/+37
|
* Optimize signature verificationChocobozzz2017-11-271-1/+1
|
* ApplicationFollow -> SeverFollowChocobozzz2017-11-272-2/+2
|
* Add video abuse to activity pubChocobozzz2017-11-271-0/+1
|
* Fix error when creating a fresh databaseChocobozzz2017-11-271-0/+1
|
* Rename Pod -> ServerChocobozzz2017-11-276-20/+13
|
* Add follow tabsChocobozzz2017-11-2728-216/+293
| | | | | | Following Follow Followers
* Follow worksChocobozzz2017-11-273-7/+7
|
* Make the client compile tooChocobozzz2017-11-2716-264/+7
|
* Fix error messages on client formsChocobozzz2017-11-042-3/+3
|
* Upgrade client depChocobozzz2017-10-311-1/+1
|
* Support roles with rights and add moderator roleChocobozzz2017-10-2713-45/+68
|
* Take in account transcoding for video quotaChocobozzz2017-10-195-4/+41
|
* Add ability to forbid user to upload videoChocobozzz2017-10-191-0/+1
|
* Add pod list endpoint with pagination, sort...Chocobozzz2017-10-193-14/+33
|
* Client: explain to user we don't want scheme when making friendsChocobozzz2017-10-161-2/+2
|
* Client: check user is logged in for some pagesChocobozzz2017-10-101-3/+10
|
* Video blacklist refractoringChocobozzz2017-10-1014-97/+47
|
* Client: Fix blacklist url in dev modeChocobozzz2017-10-091-1/+1
|
* Handle blacklist (#84)Green-Star2017-09-2210-2/+185
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Client: Add list blacklist feature * Server: Add list blacklist feature * Client: Add videoId column * Server: Add some video infos in the REST api * Client: Add video information in the blacklist list * Fix sortable columns :) * Client: Add removeFromBlacklist feature * Server: Add removeFromBlacklist feature * Move to TypeScript * Move to TypeScript and Promises * Server: Fix blacklist list sort * Server: Fetch videos informations * Use common shared interface for client and server * Add check-params remove blacklisted video tests * Add check-params list blacklisted videos tests * Add list blacklist tests * Add remove from blacklist tests * Add video blacklist management tests * Fix rebase onto develop issues * Server: Add sort on blacklist id column * Server: Add blacklists library * Add blacklist id sort test * Add check-params tests for blacklist list pagination, count and sort * Fix coding style * Increase Remote API tests timeout * Increase Request scheduler API tests timeout * Fix typo * Increase video transcoding API tests timeout * Move tests to Typescript * Use lodash orderBy method * Fix typos * Client: Remove optional tests in blacklist model attributes * Move blacklist routes from 'blacklists' to 'blacklist' * CLient: Remove blacklist-list.component.scss * Rename 'blacklists' files to 'blacklist' * Use only BlacklistedVideo interface * Server: Use getFormattedObjects method in listBlacklist method * Client: Use new coding style * Server: Use new sort validator methods * Server: Use new checkParams methods * Client: Fix sortable columns
* Optimize importsChocobozzz2017-09-143-3/+3
|
* Remove ng2 file upload moduleChocobozzz2017-09-145-8/+8
| | | | Unmaintained and we don't need it anymore with httpclient
* Fix lintChocobozzz2017-09-142-2/+2
|
* err.text -> errChocobozzz2017-09-144-5/+5
|