summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin
Commit message (Collapse)AuthorAgeFilesLines
* [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
|
* [tx-robot] updated from transifexNextcloud bot2017-05-292-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-05-242-2/+2
|
* Bump app versions as wellJoas Schilling2017-05-221-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Adjust version requirementJoas Schilling2017-05-221-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2017-05-102-14/+18
|
* Handle more error casesMorris Jobke2017-05-021-0/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #4443 from nextcloud/cleanup-unused-importsJoas Schilling2017-04-241-1/+0
|\ | | | | Remove unused use statements
| * Remove unused use statementsMorris Jobke2017-04-221-1/+0
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [tx-robot] updated from transifexNextcloud bot2017-04-242-2/+2
|/
* [tx-robot] updated from transifexNextcloud bot2017-04-152-4/+4
|
* Merge pull request #4317 from nextcloud/cleanup-files_trashbin-updateBjörn Schießle2017-04-121-42/+0
|\ | | | | [files_trashbin] Remove unneeded update steps
| * [files_trashbin] Remove unneeded update stepsMorris Jobke2017-04-121-42/+0
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Update comments to NextcloudMorris Jobke2017-04-111-1/+1
|/ | | | | | | * based on PR by @Ardinis * see #4311 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [tx-robot] updated from transifexNextcloud bot2017-04-052-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-04-022-0/+2
|