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
path: root/apps
AgeCommit message (Collapse)Author
2019-05-09Update file-upload.jsValdnet
Change the location of the translation file.
2019-05-08Fix public upload by also load the semaphore methodMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-05-02Do NOT assume all files are selected if the first checkbox isJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-04-30do not create folder just to delete it afterwardsArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-04-24remove obsolete use statementsArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-04-24avoids users searches on backend, faster processingArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-04-24Merge pull request #15215 from nextcloud/backport/15148/stable16Roeland Jago Douma
[stable16] Fix mapper not properly casting int in oauth2 code
2019-04-24Use the proper names when setting entity typesRoeland Jago Douma
Else this does :boom: Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-04-24Prefetching blows up if there are a lot of files.Roeland Jago Douma
I saw instances where people had a lot of files (each with custom properties) and all this prefetching blew up and started to consume an insane amount of RAM resulting in the process getting killed. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-04-23Use sticky position include for Safari supportJan-Christoph Borchardt
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2019-04-23Add webkit/safari fixMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-04-23Fix multiselect bar overlapping recommendationsJan-Christoph Borchardt
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2019-04-16Improve the share link password error feedback with a red borderChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-04-15Use slient option to switch for regular file actions as wellJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-04-11Pass old value to user triggerChange hookMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-04-11Merge pull request #15049 from ↵Morris Jobke
nextcloud/do-not-allow-javascript-eval-in-the-public-share-auth-page-with-talk Do not allow JavaScript "eval" in the public share auth page with Talk
2019-04-11[tx-robot] updated from transifexNextcloud bot
2019-04-10Merge pull request #14990 from nextcloud/enhancement/noid/projectsRoeland Jago Douma
Rename collections to projects
2019-04-10Do not allow JavaScript "eval" in the public share auth page with TalkDaniel Calviño Sánchez
Talk no longer uses JavaScript "eval", so the Content Security Policy can now be configured to prevent its use in the public share authentication page when the password is protected by Talk. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2019-04-10Merge pull request #15022 from ↵Joas Schilling
nextcloud/bugfix/noid/respect-lookup-server-disabling-master Respect the setting if the lookup server is disabled
2019-04-10[tx-robot] updated from transifexNextcloud bot
2019-04-09Only update the lookup server if it is enabled AND a server is setJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-04-09Bump bundlesJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-04-09Use label from appsJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-04-09[tx-robot] updated from transifexNextcloud bot
2019-04-08Check if OCA.Files.App is available before callingJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-04-08[tx-robot] updated from transifexNextcloud bot
2019-04-07[tx-robot] updated from transifexNextcloud bot
2019-04-06[tx-robot] updated from transifexNextcloud bot
2019-04-05[tx-robot] updated from transifexNextcloud bot
2019-04-04[tx-robot] updated from transifexNextcloud bot
2019-04-03Merge pull request #14937 from nextcloud/fix/noid/no-placeholders-for-passwordRoeland Jago Douma
storage mount handlers: do not attempt to replace anything in password options
2019-04-03[tx-robot] updated from transifexNextcloud bot
2019-04-03Merge pull request #14936 from nextcloud/fix/noid/loglevel-in-contextRoeland Jago Douma
set the loglevel in context, save the condition
2019-04-03do not attempt to replace anything in the passwordArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-04-02Merge pull request #14605 from nextcloud/bugfix/14112/display-resharesRoeland Jago Douma
returns reshares in API
2019-04-02set the loglevel in context, save the conditionArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-04-02Merge pull request #14931 from nextcloud/fix/files/grid-deleted-restoreJohn Molakvoæ
Show comments and restore in popover menu
2019-04-02Fix mobile menu on users managementJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-04-02Show comments and restore in popover menuJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-04-02[tx-robot] updated from transifexNextcloud bot
2019-04-01do not returns shared_with === currentUserMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2019-04-01Merge pull request #14914 from nextcloud/bugfix/noid/hidden-files-gridMorris Jobke
Fix hidden file display in grid view
2019-04-01[tx-robot] updated from transifexNextcloud bot
2019-03-31fixing share formatMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2019-03-31issue during last pushMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2019-03-31returns reshares in APIMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2019-03-31[tx-robot] updated from transifexNextcloud bot
2019-03-30Fix hidden file display in grid viewJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-03-30[tx-robot] updated from transifexNextcloud bot