Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump apps | Roeland Jago Douma | 2018-01-14 | 1 | -2/+2 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Update composer | Morris Jobke | 2018-01-12 | 2 | -10/+14 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Composer updated | Roeland Jago Douma | 2018-01-04 | 2 | -16/+12 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-01-04 | 4 | -16/+56 |
| | |||||
* | Fixes the delete icon not appearing on certain resolutions. | Abijeet | 2018-01-02 | 1 | -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 autoloaders | Roeland Jago Douma | 2017-12-14 | 2 | -11/+2 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-12-02 | 2 | -2/+2 |
| | |||||
* | check userExists later, saves lookups for appData_INSTANCEID userids | Arthur Schiwon | 2017-12-01 | 1 | -1/+1 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Merge pull request #7051 from nextcloud/breadcrumbs-refactor | Morris Jobke | 2017-11-13 | 1 | -5/+5 |
|\ | | | | | Breadcrumbs refactor | ||||
| * | Fixed remaining tests | John Molakvoæ (skjnldsv) | 2017-11-08 | 1 | -5/+5 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-11-11 | 14 | -28/+218 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-11-10 | 10 | -0/+200 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-11-07 | 2 | -0/+40 |
| | |||||
* | Change @georgehrke's email | Morris Jobke | 2017-11-06 | 1 | -1/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Update license headers | Morris Jobke | 2017-11-06 | 14 | -5/+23 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-11-03 | 4 | -0/+80 |
| | |||||
* | Merge pull request #6875 from nextcloud/app_autoloaders | Joas Schilling | 2017-11-01 | 9 | -0/+629 |
|\ | | | | | Move server apps to dedicated autoloader | ||||
| * | Files_Trashbin Autoloader | Roeland Jago Douma | 2017-10-24 | 9 | -0/+629 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Merge pull request #6709 from ↵ | Morris Jobke | 2017-10-25 | 1 | -4/+6 |
|\ \ | |/ |/| | | | | | nextcloud/show-checkbox-where-the-favourite-icon-is-now Show checkbox where the favourite icon is now | ||||
| * | Move checkboxes to their own column | Daniel Calviño Sánchez | 2017-10-19 | 1 | -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 mocks | Morris Jobke | 2017-10-24 | 2 | -3/+5 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Merge pull request #6922 from nextcloud/unneeded-isEnabled-check | Björn Schießle | 2017-10-24 | 1 | -4/+2 |
|\ \ | | | | | | | Remove unneeded check if app is enabled | ||||
| * | | Remove unneeded check if app is enabled | Morris Jobke | 2017-10-23 | 1 | -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 transifex | Nextcloud bot | 2017-10-24 | 2 | -0/+40 |
|/ | |||||
* | Merge pull request #6791 from nextcloud/fix-test-warnings | Roeland Jago Douma | 2017-10-15 | 1 | -2/+2 |
|\ | | | | | Fix test warnings | ||||
| * | Don't use deprecated $this->getMock() method | Joas Schilling | 2017-10-09 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-10-14 | 2 | -2/+2 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-09-29 | 2 | -0/+4 |
| | |||||
* | Removed unneeded bgs and borders. Replaced hard coded colours by | John Molakvoæ (skjnldsv) | 2017-09-23 | 1 | -0/+0 |
| | | | | | | variables. Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Unwanted css for trashbin | John Molakvoæ (skjnldsv) | 2017-09-21 | 1 | -14/+0 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Add pinned class to trashbin | John Molakvoæ (skjnldsv) | 2017-09-21 | 1 | -0/+1 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | allow apps to control the trash bin | Bjoern Schiessle | 2017-09-15 | 3 | -13/+158 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-09-15 | 2 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-08-30 | 2 | -4/+4 |
| | |||||
* | Fix comparisions in the trashbin app | Joas Schilling | 2017-08-01 | 2 | -2/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-08-01 | 2 | -2/+2 |
| | |||||
* | Merge pull request #5852 from nextcloud/preview_trash_cleanup | Morris Jobke | 2017-07-27 | 1 | -6/+23 |
|\ | | | | | Preview trash cleanup | ||||
| * | Delete trash using node API to trigger preview deletion | Roeland Jago Douma | 2017-07-24 | 1 | -6/+23 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Remove legacy OC_User_Backend and OC_User_Interface | Roeland Jago Douma | 2017-07-24 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-07-13 | 2 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-07-12 | 2 | -2/+2 |
| | |||||
* | Merge pull request #5526 from nextcloud/trashbin-error-log | Roeland Jago Douma | 2017-06-29 | 1 | -1/+1 |
|\ | | | | | Improve logging of trash bin inconsistencies | ||||
| * | Improve logging of trash bin inconsistencies | Morris Jobke | 2017-06-23 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-06-24 | 2 | -2/+16 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-06-21 | 2 | -0/+40 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-06-17 | 2 | -2/+2 |
| | |||||
* | Put the quota bar to the bottom | Morris Jobke | 2017-06-13 | 1 | -6/+3 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-06-06 | 2 | -0/+12 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-06-05 | 2 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-05-30 | 2 | -2/+2 |
| |