aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/tests/Controller/ViewControllerTest.php
Commit message (Expand)AuthorAgeFilesLines
* chore(apps): Apply new rector configuration to autouse classesCôme Chilliet2024-10-151-4/+6
* refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-151-2/+2
* perf(files): Do not block files page load with server-side favorites retrievalChristopher Ng2024-08-271-48/+16
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-4/+4
* refactor: Remove deprecated `Util` function for filename validation to `Filen...Ferdinand Thiessen2024-07-161-4/+7
* chore: Add SPDX headerAndy Scherzinger2024-05-291-29/+4
* fix(files): Use OCP\Util::getForbiddenFileNameChars instead of direct access ...Ferdinand Thiessen2024-04-291-5/+0
* perf: switch places that always use the first getById result to getFirstNodeByIdRobin Appelman2024-03-041-5/+5
* fix(files): Remove dead code from files controllersFerdinand Thiessen2024-02-121-3/+2
* fix(files): combine navigation and files list into single Vue appGrigorii K. Shartsev2024-01-251-5/+0
* fix(files): Adjust ID for skip content buttonsFerdinand Thiessen2023-12-211-0/+2
* fix(files): disallow illegal charactersJohn Molakvoæ (skjnldsv)2023-10-041-1/+6
* fix(files): trashbin redirect and default fileid Sidebar openJohn Molakvoæ2023-08-171-156/+13
* Fix various deprecation warnings in tests on PHP 8.3Côme Chilliet2023-08-141-0/+1
* feat(files): migrate recent viewJohn Molakvoæ (skjnldsv)2023-08-021-17/+0
* fix(dispatcher): Move remaining simple cases in apps/ folder to IEventDispatcherJoas Schilling2023-07-251-2/+1
* fix: drop legacy sharing filesJohn Molakvoæ2023-07-111-74/+0
* chore: remove old favorites viewJohn Molakvoæ2023-07-051-79/+0
* feat(files): add view config service to store user-config per viewJohn Molakvoæ2023-04-181-0/+5
* feat(files): implement sorting per viewJohn Molakvoæ2023-04-061-18/+1
* feat(files): Quota in navigationJohn Molakvoæ2023-01-171-8/+4
* Fix favourite openingJohn Molakvoæ2023-01-041-12/+16
* Fixing testsJohn Molakvoæ2023-01-041-10/+14
* Port Files navigation to vueJohn Molakvoæ2023-01-041-4/+2
* Remove at() matcher for tests for files appCôme Chilliet2022-05-241-9/+9
* Redirection now only happens when dir is emptyCarl Schwan2022-02-211-4/+4
* Remove isIE and associated legacy scriptsJohn Molakvoæ (skjnldsv)2021-11-301-2/+1
* Let apps toggle an unread counter on app iconsJulius Härtl2021-06-161-1/+7
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+2
* load share settings from the share manager in more placesRobin Appelman2021-05-121-0/+7
* files: Create files from template APIJulius Härtl2021-01-281-0/+10
* Add "Crop image previews" setting to filesNina Pypchenko2021-01-141-0/+2
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+1
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-121-7/+7
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+1
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-13/+13
* Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-251-31/+31
* Fix license headersChristoph Wurst2020-01-131-0/+1
* Fix webdav urlJohn Molakvoæ (skjnldsv)2020-01-101-1/+1
* Add pending share list to frontendJulius Härtl2020-01-071-0/+11
* Update license headersChristoph Wurst2019-12-051-3/+5
* Mode to modern phpunitRoeland Jago Douma2019-11-271-1/+1
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-1/+1
* Some php-cs fixesRoeland Jago Douma2019-11-221-6/+6
* Add new LoadAdditionalScriptsEventRoeland Jago Douma2019-09-231-1/+2
* Revert "Fix usage view tests"Daniel Kesselberg2019-07-021-1/+1
* Fix usage view testsRoeland Jago Douma2019-07-021-1/+1
* Rollback to default list viewJohn Molakvoæ (skjnldsv)2018-11-151-2/+2
* Fix testsJohn Molakvoæ (skjnldsv)2018-11-061-4/+7
* Fixes empty favorite names for trailing slashesMichael Weimann2018-09-191-3/+69