Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #11996 from ↵ | Roeland Jago Douma | 2018-10-23 | 2 | -9/+15 |
|\ | | | | | | | | | nextcloud/stable13-11967-fix-opening-a-section-again-in-the-files-app [stable13] Fix opening a section again in the Files app | ||||
| * | Remove event handler no longer needed | Daniel Calviño Sánchez | 2018-10-23 | 1 | -6/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | The custom handler for "URL changed" events were added to reload the file list whenever the sections for favorites and shares were opened; this was used to fix the problem of not reloading the file lists when opening them for a second time. However, besides that the handlers were not really necessary, and as the root of the bug was fixed in the previous commit those handlers are now removed. The file list for tags uses the handler for a different purpose, though, so that one was kept. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> | ||||
| * | Fix opening a section again in the Files app | Daniel Calviño Sánchez | 2018-10-23 | 1 | -3/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-10-23 | 30 | -66/+96 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-10-10 | 100 | -100/+100 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-10-09 | 2 | -4/+4 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-10-07 | 4 | -20/+20 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-10-05 | 2 | -0/+6 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-30 | 2 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-29 | 2 | -2/+2 |
| | |||||
* | Merge pull request #10884 from nextcloud/large-share-count-performance-13 | Morris Jobke | 2018-09-27 | 3 | -24/+49 |
|\ | | | | | [13] Improve performance when dealing with large numbers of shares | ||||
| * | cache parent exists status during share setup | Robin Appelman | 2018-08-27 | 3 | -10/+17 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | only determine is sharing is disabled for a user once | Robin Appelman | 2018-08-27 | 2 | -2/+12 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | don't check if target dir exists when using the default share target directory | Robin Appelman | 2018-08-27 | 2 | -1/+5 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | re-use view instances for shared storages | Robin Appelman | 2018-08-27 | 2 | -6/+17 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | more efficient way to detect added and removed mounts | Robin Appelman | 2018-08-27 | 1 | -4/+0 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | more efficient unique share target generation | Robin Appelman | 2018-08-27 | 2 | -13/+10 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-27 | 2 | -2/+2 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-26 | 2 | -2/+2 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-25 | 4 | -6/+34 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-23 | 2 | -8/+22 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-22 | 6 | -22/+24 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-21 | 4 | -0/+10 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-17 | 6 | -0/+14 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-16 | 2 | -0/+140 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-14 | 2 | -0/+28 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-13 | 4 | -6/+22 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-12 | 2 | -0/+6 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-09 | 2 | -0/+4 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-08 | 2 | -30/+30 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-06 | 2 | -0/+4 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-08-31 | 2 | -0/+34 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-08-30 | 2 | -0/+4 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-08-27 | 6 | -2/+10 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-08-26 | 10 | -0/+32 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-08-25 | 24 | -24/+0 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-08-24 | 10 | -0/+10 |
| | |||||
* | Merge pull request #10816 from nextcloud/backport/10700+10815/stable13 | Morris Jobke | 2018-08-23 | 1 | -18/+2 |
|\ | | | | | [stable13] remove unexecutable code | ||||
| * | returning of $tr is expected, otherwise ending up in a JS error | Arthur Schiwon | 2018-08-23 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | remove unexecutable code | Arthur Schiwon | 2018-08-23 | 1 | -18/+1 |
| | | | | | | | | | | | | | | OCA.Sharing.SharedFileInfo was never defined and that stopped execution. Interestingly, FF never showed me an error. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-08-23 | 24 | -30/+14 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-08-21 | 2 | -0/+4 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-08-20 | 2 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-08-18 | 2 | -0/+10 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-08-16 | 2 | -40/+46 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-08-15 | 4 | -0/+10 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-08-13 | 6 | -0/+10 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-08-11 | 10 | -0/+26 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-08-10 | 102 | -102/+102 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-08-08 | 2 | -0/+2 |
| |