summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin
Commit message (Collapse)AuthorAgeFilesLines
* Bump appsRoeland Jago Douma2018-01-141-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update composerMorris Jobke2018-01-122-10/+14
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Composer updatedRoeland Jago Douma2018-01-042-16/+12
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2018-01-044-16/+56
|
* Fixes the delete icon not appearing on certain resolutions.Abijeet2018-01-021-0/+4
| | | | | | | | Fixes #7539 Also fixes overlap of text on mobile devices by resorting to just icons on lower resolutions. Signed-off-by: Abijeet <abijeetpatro@gmail.com>
* Use proper authorative-autoloader for app autoloadersRoeland Jago Douma2017-12-142-11/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2017-12-022-2/+2
|
* check userExists later, saves lookups for appData_INSTANCEID useridsArthur Schiwon2017-12-011-1/+1
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Merge pull request #7051 from nextcloud/breadcrumbs-refactorMorris Jobke2017-11-131-5/+5
|\ | | | | Breadcrumbs refactor
| * Fixed remaining testsJohn Molakvoæ (skjnldsv)2017-11-081-5/+5
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | [tx-robot] updated from transifexNextcloud bot2017-11-1114-28/+218
| |
* | [tx-robot] updated from transifexNextcloud bot2017-11-1010-0/+200
|/
* [tx-robot] updated from transifexNextcloud bot2017-11-072-0/+40
|
* Change @georgehrke's emailMorris Jobke2017-11-061-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Update license headersMorris Jobke2017-11-0614-5/+23
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [tx-robot] updated from transifexNextcloud bot2017-11-034-0/+80
|
* Merge pull request #6875 from nextcloud/app_autoloadersJoas Schilling2017-11-019-0/+629
|\ | | | | Move server apps to dedicated autoloader
| * Files_Trashbin AutoloaderRoeland Jago Douma2017-10-249-0/+629
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #6709 from ↵Morris Jobke2017-10-251-4/+6
|\ \ | |/ |/| | | | | nextcloud/show-checkbox-where-the-favourite-icon-is-now Show checkbox where the favourite icon is now
| * Move checkboxes to their own columnDaniel Calviño Sánchez2017-10-191-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The selection column is not only a visual column, but also a real column of the file list table. Unlike other columns whose width is reduced in space constrained screens the selection column must stay the same so the tapping area is large enough to be easily usable The selection column does not appear in the search results table, so its contents have to be explicitly aligned with those of the main table based on whether the main table has a selection column or not (using the "has-selection" CSS class in the same way as the "has-favorite" CSS class was being used when there was a column for favorite actions). In the tests the ":visible" selector can no longer be used. That selector matches elements with a width or height that is greater than zero, but the dimensions calculated in the unit tests are not reliable; the width of the link was zero before these changes, and now moving the checkbox to its own column causes the height of the link to become zero too, so it no longer matches the ":visible" selector even if it is not hidden. As hidding and showing the link is based on its "display" CSS property its value is the one checked now. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | Use ::class in test mocksMorris Jobke2017-10-242-3/+5
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #6922 from nextcloud/unneeded-isEnabled-checkBjörn Schießle2017-10-241-4/+2
|\ \ | | | | | | Remove unneeded check if app is enabled
| * | Remove unneeded check if app is enabledMorris Jobke2017-10-231-4/+2
| |/ | | | | | | | | | | App code will not be executable if the app is not enabled, because the autoloader refuses to load that class. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* / [tx-robot] updated from transifexNextcloud bot2017-10-242-0/+40
|/
* Merge pull request #6791 from nextcloud/fix-test-warningsRoeland Jago Douma2017-10-151-2/+2
|\ | | | | Fix test warnings
| * Don't use deprecated $this->getMock() methodJoas Schilling2017-10-091-2/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2017-10-142-2/+2
|/
* [tx-robot] updated from transifexNextcloud bot2017-09-292-0/+4
|
* Removed unneeded bgs and borders. Replaced hard coded colours byJohn Molakvoæ (skjnldsv)2017-09-231-0/+0
| | | | | | variables. Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Unwanted css for trashbinJohn Molakvoæ (skjnldsv)2017-09-211-14/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Add pinned class to trashbinJohn Molakvoæ (skjnldsv)2017-09-211-0/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* allow apps to control the trash binBjoern Schiessle2017-09-153-13/+158
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* [tx-robot] updated from transifexNextcloud bot2017-09-152-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-08-302-4/+4
|
* Fix comparisions in the trashbin appJoas Schilling2017-08-012-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2017-08-012-2/+2
|
* Merge pull request #5852 from nextcloud/preview_trash_cleanupMorris Jobke2017-07-271-6/+23
|\ | | | | Preview trash cleanup
| * Delete trash using node API to trigger preview deletionRoeland Jago Douma2017-07-241-6/+23
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Remove legacy OC_User_Backend and OC_User_InterfaceRoeland Jago Douma2017-07-241-1/+1
|/ | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2017-07-132-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-07-122-2/+2
|
* Merge pull request #5526 from nextcloud/trashbin-error-logRoeland Jago Douma2017-06-291-1/+1
|\ | | | | Improve logging of trash bin inconsistencies
| * Improve logging of trash bin inconsistenciesMorris Jobke2017-06-231-1/+1
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [tx-robot] updated from transifexNextcloud bot2017-06-242-2/+16
|/
* [tx-robot] updated from transifexNextcloud bot2017-06-212-0/+40
|
* [tx-robot] updated from transifexNextcloud bot2017-06-172-2/+2
|
* Put the quota bar to the bottomMorris Jobke2017-06-131-6/+3
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [tx-robot] updated from transifexNextcloud bot2017-06-062-0/+12
|
* [tx-robot] updated from transifexNextcloud bot2017-06-052-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-05-302-2/+2
|