aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin
Commit message (Collapse)AuthorAgeFilesLines
...
* | | [tx-robot] updated from transifexNextcloud bot2019-02-272-14/+14
| |/ |/|
* | [tx-robot] updated from transifexNextcloud bot2019-02-212-2/+2
| |
* | Merge pull request #14197 from nextcloud/fix/trashbin_restore_translationRoeland Jago Douma2019-02-143-3/+3
|\ \ | | | | | | Fix trashbin restore translation
| * | Compile assetsRoeland Jago Douma2019-02-142-2/+2
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Fix trashbin restore translationRoeland Jago Douma2019-02-141-1/+1
| | | | | | | | | | | | | | | | | | The files app doesn't have this entry. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | [tx-robot] updated from transifexNextcloud bot2019-02-14138-204/+204
|/ /
* | Move files_trashbin to webpackRoeland Jago Douma2019-02-139-3/+49
| | | | | | | | | | | | | | Combine the 2 js files and the scss. This saves compiling the scss on the go. And going via Nextcloud storage to obtain it. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2019-02-062-4/+4
| |
* | Show original path in trashbin via extraDataMorris Jobke2019-02-051-2/+5
| | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | add fallback for trashbin original locationRobin Appelman2019-01-291-1/+5
|/ | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* [tx-robot] updated from transifexNextcloud bot2019-01-202-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2019-01-192-0/+12
|
* [tx-robot] updated from transifexNextcloud bot2019-01-152-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2019-01-142-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2019-01-042-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2018-12-282-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-12-242-0/+16
|
* [tx-robot] updated from transifexNextcloud bot2018-12-212-0/+10
|
* [tx-robot] updated from transifexNextcloud bot2018-12-202-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2018-12-192-0/+10
|
* [tx-robot] updated from transifexNextcloud bot2018-12-172-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-12-072-0/+12
|
* [tx-robot] updated from transifexNextcloud bot2018-12-042-2/+0
|
* [tx-robot] updated from transifexNextcloud bot2018-11-292-18/+18
|
* [tx-robot] updated from transifexNextcloud bot2018-11-272-2/+2
|
* Bump versions of server and the requirements of appsJoas Schilling2018-11-231-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Rollback to default list viewJohn Molakvoæ (skjnldsv)2018-11-151-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Merge pull request #12447 from nextcloud/bugfix/12446/fix-oracle-install-againMorris Jobke2018-11-151-1/+1
|\ | | | | Shorten index name of calendar changes table
| * Shorten index name of calendar changes tableJoas Schilling2018-11-141-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2018-11-152-0/+14
|/
* Add grid toggle for every files viewJohn Molakvoæ (skjnldsv)2018-11-062-1/+9
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* [tx-robot] updated from transifexNextcloud bot2018-11-062-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-11-052-0/+14
|
* [tx-robot] updated from transifexNextcloud bot2018-11-042-0/+14
|
* Add test OCA\Files_Trashbin\CapabilitiesUnknown2018-11-011-0/+44
|
* Add getExtension() to FileInfoRobin Appelman2018-10-291-0/+4
| | | | | | | this is a fairly common operation so it makes sense to prevent having to repeatedly implement it. Signed-off-by: Robin Appelman <robin@icewind.nl>
* [tx-robot] updated from transifexNextcloud bot2018-10-292-0/+10
|
* Merge pull request #11573 from nextcloud/gridview-tableMorris Jobke2018-10-242-2/+2
|\ | | | | Files grid view
| * Merge branch 'master' of https://github.com/nextcloud/server into gridview-tableJohn Molakvoæ (skjnldsv)2018-10-231-1/+5
| |\ | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | Use grid view in other file views tooJan-Christoph Borchardt2018-10-182-2/+2
| | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | Merge pull request #11439 from nextcloud/trash-modular-apiMorris Jobke2018-10-2327-479/+1027
|\ \ \ | | | | | | | | Modular trashbin api
| * | | store user for trashitem in the trashitemRobin Appelman2018-10-1710-68/+50
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | remove user parameter from `ITrashItem::getOriginalLocation`Robin Appelman2018-10-173-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 testsRobin Appelman2018-10-171-0/+3
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | fix preview controller testsRobin Appelman2018-10-171-4/+29
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | fix error message for folder preview requestRobin Appelman2018-10-171-4/+4
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | fix trashbin previews for modular apiRobin Appelman2018-10-174-40/+78
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | fix select statementRobin Appelman2018-10-1723-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 transifexNextcloud bot2018-10-232-2/+2
| |/ |/|
* | Fix opening a section again in the Files appDaniel Calviño Sánchez2018-10-211-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>