Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-02-07[tx-robot] updated from transifexNextcloud bot
2019-02-06[tx-robot] updated from transifexNextcloud bot
2019-01-20[tx-robot] updated from transifexNextcloud bot
2019-01-18[tx-robot] updated from transifexNextcloud bot
2019-01-17[tx-robot] updated from transifexNextcloud bot
2019-01-15[tx-robot] updated from transifexNextcloud bot
2019-01-14[tx-robot] updated from transifexNextcloud bot
2019-01-05[tx-robot] updated from transifexNextcloud bot
2018-12-30[tx-robot] updated from transifexNextcloud bot
2018-12-25[tx-robot] updated from transifexNextcloud bot
2018-12-23[tx-robot] updated from transifexNextcloud bot
2018-12-20[tx-robot] updated from transifexNextcloud bot
2018-12-17[tx-robot] updated from transifexNextcloud bot
2018-12-16[tx-robot] updated from transifexNextcloud bot
2018-12-15[tx-robot] updated from transifexNextcloud bot
2018-12-14[tx-robot] updated from transifexNextcloud bot
2018-12-13[tx-robot] updated from transifexNextcloud bot
2018-12-12Better activities for systemtags that are removed by CLIJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-12-05[tx-robot] updated from transifexNextcloud bot
2018-12-04[tx-robot] updated from transifexNextcloud bot
2018-11-29[tx-robot] updated from transifexNextcloud bot
2018-11-27[tx-robot] updated from transifexNextcloud bot
2018-11-15Update autoloader dumpMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-11-15[tx-robot] updated from transifexNextcloud bot
2018-11-14[tx-robot] updated from transifexNextcloud bot
2018-11-04[tx-robot] updated from transifexNextcloud bot
2018-10-23Merge pull request #11995 from ↵Roeland Jago Douma
nextcloud/stable14-11967-fix-opening-a-section-again-in-the-files-app [stable14] Fix opening a section again in the Files app
2018-10-23[tx-robot] updated from transifexNextcloud bot
2018-10-23Fix opening a section again in the Files appDaniel Calviño Sánchez
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>
2018-10-09Revert "[stable14] in 14 the click action gets lost in the Backbone view."Morris Jobke
2018-10-09Merge pull request #11684 from nextcloud/backport/10782/stable14Morris Jobke
[stable14] in 14 the click action gets lost in the Backbone view.
2018-10-08in 14 the click action gets lost in the Backbone view.Arthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-10-03[tx-robot] updated from transifexNextcloud bot
2018-08-31[tx-robot] updated from transifexNextcloud bot
2018-08-30[tx-robot] updated from transifexNextcloud bot
2018-08-27[tx-robot] updated from transifexNextcloud bot
2018-08-24[tx-robot] updated from transifexNextcloud bot
2018-08-23[tx-robot] updated from transifexNextcloud bot
2018-08-22[tx-robot] updated from transifexNextcloud bot
2018-08-14[tx-robot] updated from transifexNextcloud bot
2018-08-10Bump autoloadersRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-08-10[tx-robot] updated from transifexNextcloud bot
2018-08-01systemtags: Submit input on enterJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-07-31Revert to regular buttons in system tags managementJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-07-31[tx-robot] updated from transifexNextcloud bot
2018-07-24Fixed scrolling containerJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-07-19Fix accessibility invertJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-07-19[tx-robot] updated from transifexNextcloud bot
2018-07-11[tx-robot] updated from transifexNextcloud bot
2018-07-10[tx-robot] updated from transifexNextcloud bot