aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/core/menu
Commit message (Collapse)AuthorAgeFilesLines
* Add title to left menu toggleChocobozzz2021-01-131-0/+4
|
* Some code style fixesChocobozzz2020-08-171-10/+9
|
* On touchscreens add content overlay for opened menu (#3088)Kim2020-08-171-7/+30
| | | | | | | | | | | | | * Overflow:hidden on touchscreen when modal-open * Do not display menu by default on touchscreens * Add content overlay on touchscreens when menu is opened * Fix zIndex overlay for search infos * On touchscreens close menu on swipe left Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Reorganize client shared modulesChocobozzz2020-06-231-2/+2
|
* Fix regression my-account menu overflow-x on screen width < 800px (#2707)Kim2020-05-111-0/+1
| | | | | | | | | | | | | | * Fix: correct my-account menu overflow-x on touchscreens * Add menuLeftDisplayed support for account-sub-menu * Handle menu in screen service + clean top-menu-dropdown * Add comment on menuWidth menu service to allow backtracking Co-authored-by: Rigel Kent <par@rigelk.eu> Co-authored-by: kimsible <kimsible@users.noreply.github.com> Co-authored-by: Rigel Kent <par@rigelk.eu>
* Fix lintChocobozzz2020-03-101-1/+1
|
* Servicify menu, close menu on admin for small and medium screensRigel Kent2020-03-102-0/+33
|
* Begin new menu designChocobozzz2017-12-016-268/+0
|
* Add ability to list jobsChocobozzz2017-11-302-0/+9
|
* ApplicationFollow -> SeverFollowChocobozzz2017-11-273-5/+5
|
* Add follow tabsChocobozzz2017-11-273-6/+6
| | | | | | Following Follow Followers
* Make the client compile tooChocobozzz2017-11-273-14/+3
|
* Improve client mobile versionChocobozzz2017-11-061-0/+1
|
* Add video privacy settingChocobozzz2017-10-311-0/+5
|
* Support roles with rights and add moderator roleChocobozzz2017-10-274-10/+77
|
* Client: check user is logged in for some pagesChocobozzz2017-10-101-1/+1
|
* Video blacklist refractoringChocobozzz2017-10-101-1/+1
|
* Client: fix loading server configurationsChocobozzz2017-10-091-3/+3
|
* Handle blacklist (#84)Green-Star2017-09-221-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Add ability to limit user registrationsChocobozzz2017-07-252-3/+3
|
* Use typescript standard and lint all filesChocobozzz2017-06-163-23/+23
|
* Client: little refractoringChocobozzz2017-05-051-1/+0
|
* Client: try to be responsiveChocobozzz2017-05-013-3/+14
|
* Client: add titles to menu blocksChocobozzz2017-04-262-5/+23
|
* Client Better design for video watchChocobozzz2017-04-261-0/+1
|
* Client: responsive designChocobozzz2017-04-265-41/+69
|
* Client: support signupChocobozzz2017-04-102-0/+11
|
* Client: check token valitidy at startupChocobozzz2017-03-041-2/+1
|
* Client: lazy load admin areaChocobozzz2017-01-233-0/+39
|
* Client: move menu component in core moduleChocobozzz2016-11-293-0/+86