Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Better admin tables | Chocobozzz | 2017-12-21 | 6 | -10/+7 |
| | |||||
* | Customize select | Chocobozzz | 2017-12-20 | 2 | -15/+19 |
| | |||||
* | Fix nav in manage follows | Chocobozzz | 2017-12-20 | 1 | -0/+6 |
| | |||||
* | Add bootstrap analyzer and optimize build | Chocobozzz | 2017-12-20 | 1 | -0/+2 |
| | |||||
* | Unfollow with host | Chocobozzz | 2017-12-19 | 1 | -1/+1 |
| | |||||
* | Begin moving video channel to actor | Chocobozzz | 2017-12-19 | 2 | -2/+2 |
| | |||||
* | Move to angular cli | Chocobozzz | 2017-12-12 | 8 | -24/+28 |
| | |||||
* | Finish admin design | Chocobozzz | 2017-12-08 | 6 | -27/+29 |
| | |||||
* | Design follow admin page | Chocobozzz | 2017-12-08 | 11 | -101/+61 |
| | |||||
* | Design admin data tables | Chocobozzz | 2017-12-08 | 6 | -51/+45 |
| | |||||
* | Begin admin design | Chocobozzz | 2017-12-08 | 11 | -181/+229 |
| | |||||
* | Add account settings new design | Chocobozzz | 2017-12-01 | 1 | -8/+6 |
| | |||||
* | Add ability to list jobs | Chocobozzz | 2017-11-30 | 10 | -3/+154 |
| | |||||
* | Change tab when changing follow url | Chocobozzz | 2017-11-28 | 1 | -2/+15 |
| | |||||
* | Fetch outbox to grab old activities | Chocobozzz | 2017-11-27 | 2 | -2/+0 |
| | |||||
* | Add follow tests | Chocobozzz | 2017-11-27 | 2 | -1/+2 |
| | |||||
* | Add ability to unfollow a server | Chocobozzz | 2017-11-27 | 5 | -11/+37 |
| | |||||
* | Optimize signature verification | Chocobozzz | 2017-11-27 | 1 | -1/+1 |
| | |||||
* | ApplicationFollow -> SeverFollow | Chocobozzz | 2017-11-27 | 2 | -2/+2 |
| | |||||
* | Add video abuse to activity pub | Chocobozzz | 2017-11-27 | 1 | -0/+1 |
| | |||||
* | Fix error when creating a fresh database | Chocobozzz | 2017-11-27 | 1 | -0/+1 |
| | |||||
* | Rename Pod -> Server | Chocobozzz | 2017-11-27 | 6 | -20/+13 |
| | |||||
* | Add follow tabs | Chocobozzz | 2017-11-27 | 28 | -216/+293 |
| | | | | | | Following Follow Followers | ||||
* | Follow works | Chocobozzz | 2017-11-27 | 3 | -7/+7 |
| | |||||
* | Make the client compile too | Chocobozzz | 2017-11-27 | 16 | -264/+7 |
| | |||||
* | Fix error messages on client forms | Chocobozzz | 2017-11-04 | 2 | -3/+3 |
| | |||||
* | Upgrade client dep | Chocobozzz | 2017-10-31 | 1 | -1/+1 |
| | |||||
* | Support roles with rights and add moderator role | Chocobozzz | 2017-10-27 | 13 | -45/+68 |
| | |||||
* | Take in account transcoding for video quota | Chocobozzz | 2017-10-19 | 5 | -4/+41 |
| | |||||
* | Add ability to forbid user to upload video | Chocobozzz | 2017-10-19 | 1 | -0/+1 |
| | |||||
* | Add pod list endpoint with pagination, sort... | Chocobozzz | 2017-10-19 | 3 | -14/+33 |
| | |||||
* | Client: explain to user we don't want scheme when making friends | Chocobozzz | 2017-10-16 | 1 | -2/+2 |
| | |||||
* | Client: check user is logged in for some pages | Chocobozzz | 2017-10-10 | 1 | -3/+10 |
| | |||||
* | Video blacklist refractoring | Chocobozzz | 2017-10-10 | 14 | -97/+47 |
| | |||||
* | Client: Fix blacklist url in dev mode | Chocobozzz | 2017-10-09 | 1 | -1/+1 |
| | |||||
* | Handle blacklist (#84) | Green-Star | 2017-09-22 | 10 | -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 imports | Chocobozzz | 2017-09-14 | 3 | -3/+3 |
| | |||||
* | Remove ng2 file upload module | Chocobozzz | 2017-09-14 | 5 | -8/+8 |
| | | | | Unmaintained and we don't need it anymore with httpclient | ||||
* | Fix lint | Chocobozzz | 2017-09-14 | 2 | -2/+2 |
| | |||||
* | err.text -> err | Chocobozzz | 2017-09-14 | 4 | -5/+5 |
| | |||||
* | Move to HttpClient and PrimeNG data table | Chocobozzz | 2017-09-14 | 10 | -232/+192 |
| | |||||
* | Client: add guard to admin routes | Chocobozzz | 2017-09-10 | 3 | -2/+29 |
| | |||||
* | urls: makefriends/quitfriends -> make-friends/quit-friends | Chocobozzz | 2017-09-07 | 1 | -2/+2 |
| | |||||
* | Add user update for admins | Chocobozzz | 2017-09-05 | 12 | -28/+187 |
| | |||||
* | Begin user quota | Chocobozzz | 2017-09-04 | 4 | -9/+55 |
| | |||||
* | Formated -> Formatted | Chocobozzz | 2017-08-25 | 1 | -2/+2 |
| | |||||
* | Remove one pod (#76) | Green-Star | 2017-08-02 | 3 | -5/+36 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Client: Fix typo * Client: Add removeFriend feature * Server: Add removeFriend feature * Server: Update method name * Fix rebase onto develop issues * Server: Fix error message * Server: Remove useless methods in removeFriend method * Server: Finish remove on pod feature after rebase * Server: Type pod parameter * Fix Travis build * Add friend-basic test for the remove one pod feature * Add check-params tests for the remove one pod feature * Fix typos * Add friend-advanced test for the remove one pod feature * Client: Trailing new line * Move to promises * Add undefined id test * Use find method instead of a for loop to find the friend to remove * Remove setTimeout method * Server: Remove requestScheduler operations * Server: Fix logging messages * Server: Remove sign request parameter | ||||
* | Better typescript typing for a better world | Chocobozzz | 2017-07-10 | 3 | -12/+8 |
| | |||||
* | Fix page titles | Chocobozzz | 2017-07-06 | 1 | -0/+3 |
| | |||||
* | Requests -> RequestSchedulers | Chocobozzz | 2017-06-25 | 16 | -41/+36 |
| |