Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #11573 from nextcloud/gridview-table | Morris Jobke | 2018-10-24 | 2 | -2/+2 |
|\ | | | | | Files grid view | ||||
| * | Merge branch 'master' of https://github.com/nextcloud/server into gridview-table | John Molakvoæ (skjnldsv) | 2018-10-23 | 1 | -1/+5 |
| |\ | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
| * | | Use grid view in other file views too | Jan-Christoph Borchardt | 2018-10-18 | 2 | -2/+2 |
| | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | | | Merge pull request #11439 from nextcloud/trash-modular-api | Morris Jobke | 2018-10-23 | 27 | -479/+1027 |
|\ \ \ | | | | | | | | | Modular trashbin api | ||||
| * | | | store user for trashitem in the trashitem | Robin Appelman | 2018-10-17 | 10 | -68/+50 |
| | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | | remove user parameter from `ITrashItem::getOriginalLocation` | Robin Appelman | 2018-10-17 | 3 | -9/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | since the target user is known at the time of creating the trashitem the original location can already be adjusted on a per user level Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | | fix trash storage wrapper tests | Robin Appelman | 2018-10-17 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | | fix preview controller tests | Robin Appelman | 2018-10-17 | 1 | -4/+29 |
| | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | | fix error message for folder preview request | Robin Appelman | 2018-10-17 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | | fix trashbin previews for modular api | Robin Appelman | 2018-10-17 | 4 | -40/+78 |
| | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | | fix select statement | Robin Appelman | 2018-10-17 | 23 | -434/+935 |
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix select statement Make trashbin api modules Apps can register trashbin backends for specific storages, allowing them to modify trashbin behavior for storages The old trashbin implementation has been wrapped in a "legacy" backend, for future work this can be replaced with a new backend that better handles shares while still keeping the legacy backend around to keep existing trash from being accessible Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | / | [tx-robot] updated from transifex | Nextcloud bot | 2018-10-23 | 2 | -2/+2 |
| |/ |/| | |||||
* | | Fix opening a section again in the Files app | Daniel Calviño Sánchez | 2018-10-21 | 1 | -1/+5 |
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | When a section is open in the Files app a "show" event is triggered. File list objects handle that event by reloading themselves, but only if the file list was shown at least once. However, the file list objects of plugins are created when the "show" event is triggered for the first time for their section; as the file list objects register their handler for the "show" event when they are created they never handle the first triggered "show" event, as the handler is set while that event is being already handled. Therefore, from the point of view of the handler, the second time that a "show" event was triggered it was seen as if the file list was shown for the first time, and thus it was not reloaded. Now the "shown" property is explicitly set for those file lists that are created while handling a "show" event, which causes them to be reloaded as expected when opening their section again. Note that it is not possible to just reload the file list whenever it is shown; the file list is reloaded also when the directory changes, and this can happen when the web page is initially loaded and the URL is parsed. In that case, if file lists were reloaded when shown for the first time then it could be reloaded twice, one with the default parameters due to the "show" event and another one with the proper parameters once the URL was parsed, and the files that appeard in the list would depend on which response from the server was received the last. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> | ||||
* | Fix mock of ITimeFactory | Joas Schilling | 2018-10-10 | 1 | -42/+12 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix usage of deprecated OC.webroot | Christoph Wurst | 2018-10-09 | 1 | -8/+8 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-10-07 | 2 | -0/+10 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-10-05 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-10-04 | 2 | -4/+4 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-10-03 | 4 | -0/+20 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-10-02 | 4 | -0/+20 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-10-01 | 8 | -4/+34 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-30 | 10 | -0/+50 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-29 | 138 | -552/+552 |
| | |||||
* | Merge pull request #11037 from nextcloud/trash-webui-dav | Morris Jobke | 2018-09-28 | 17 | -710/+387 |
|\ | | | | | Use trashbin dav endpoint to list trash in webui | ||||
| * | fix trashbin js tests | Robin Appelman | 2018-09-26 | 1 | -143/+141 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | use dav trashbin api for restore | Robin Appelman | 2018-09-20 | 2 | -48/+33 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | use dav trash api for removing from trashbin | Robin Appelman | 2018-09-20 | 2 | -73/+67 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | remove old trashbin api | Robin Appelman | 2018-09-20 | 4 | -232/+0 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | remove old trashbin endpoint | Robin Appelman | 2018-09-20 | 2 | -50/+0 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | Use trashbin dav endpoint to list trash in webui | Robin Appelman | 2018-09-20 | 1 | -43/+39 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | expose additional props from trashbin sabre endpoint | Robin Appelman | 2018-09-20 | 9 | -130/+116 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-26 | 2 | -2/+2 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-25 | 4 | -8/+10 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-21 | 4 | -4/+8 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-17 | 6 | -4/+8 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-14 | 2 | -0/+4 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-12 | 4 | -0/+4 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-09 | 2 | -0/+4 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-06 | 2 | -0/+4 |
| | |||||
* | Update version requirements and versions of shipped apps | Joas Schilling | 2018-09-05 | 1 | -2/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-01 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-08-31 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-08-30 | 2 | -0/+4 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-08-27 | 2 | -0/+4 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-08-24 | 10 | -0/+20 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-08-23 | 34 | -58/+0 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-08-22 | 2 | -0/+6 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-08-16 | 2 | -8/+8 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-08-13 | 2 | -0/+2 |
| | |||||
* | Merge pull request #10642 from nextcloud/bump/autoloaders | Roeland Jago Douma | 2018-08-10 | 1 | -1/+1 |
|\ | | | | | Bump autoloaders |