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/lib
AgeCommit message (Collapse)Author
2020-11-16Merge pull request #24078 from nextcloud/backport/23168/stable18Roeland Jago Douma
[stable18] add mount point to quota warning message
2020-11-16Merge pull request #24161 from ↵Roeland Jago Douma
nextcloud/backport/24069/stable18-fix-default-internal-expiration-date [stable18] Fix default internal expiration date
2020-11-16Merge pull request #24077 from nextcloud/backport/23741/stable18Julius Härtl
2020-11-16Fix default internal expiration dateDaniel Calviño Sánchez
The default expiration date for internal shares was set from the default link expiration date instead of the internal one. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-11-16Don't throw on SHOW VERSION queryJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-11-14[tx-robot] updated from transifexNextcloud bot
2020-11-12Only use index of mount point when it is thereJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-11-12add mount point to quota warning messageRobin Appelman
makes it more clear to the user what the quota applies to Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-11-12Unlock when promoting to exclusive lock failsAshod Nakashian
In certain cases changeLock to EXCLUSIVE fails and throws LockedException. This leaves the file locked as SHARED in file_put_contents, which prevents retrying (because on second call file_put_contents takes another SHARED lock on the same file, and changeLock doesn't allow more than a single SHARED lock to promote to EXCLUSIVE). To avoid this case, we catch the LockedException and unlock before re-throwing. Signed-off-by: Ashod Nakashian <ashod.nakashian@collabora.co.uk>
2020-11-12Merge pull request #23953 from nextcloud/backport/23922/stable18Roeland Jago Douma
[stable18] Improve query type detection
2020-11-12Improve query type detectionJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-11-11Merge pull request #24047 from nextcloud/backport/23943/stable18Roeland Jago Douma
[stable18] Fix iLike() falsely turning escaped % and _ into wildcards
2020-11-11Merge pull request #23761 from nextcloud/backport/23752/stable18blizzz
[stable18] inform the user when flow config data exceeds thresholds
2020-11-11Fix iLike() falsely turning escaped % and _ into wildcardsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-11-11[tx-robot] updated from transifexNextcloud bot
2020-11-09inform the user when flow config data exceeds thresholdsArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-11-09Removed config.jsJohn Molakvoæ
2020-11-09Only retry fetching app store data once every 5 minutes in case it failsJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-11-09[tx-robot] updated from transifexNextcloud bot
2020-11-06Bearer must be in the start of the auth headerRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-11-02No need to check if there is an avatar available, because it is generated on ↵Morris Jobke
the fly nowadays Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-11-01[tx-robot] updated from transifexNextcloud bot
2020-10-31[tx-robot] updated from transifexNextcloud bot
2020-10-29[tx-robot] updated from transifexNextcloud bot
2020-10-27Use lib instead if core as l10n module in OC_FilesMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-10-27[tx-robot] updated from transifexNextcloud bot
2020-10-23Fix updates of NULL appconfig valuesRoeland Jago Douma
The comparisson of NULL is a bit special. So we need to handle this a tad beter else it might not replace NULL values. or allow you to set NULL values on updates. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-10-20[tx-robot] updated from transifexNextcloud bot
2020-10-16Clear cached app config while waiting for the SCSSCache to finish processing ↵Morris Jobke
the file Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-10-16SCSSCacher - Lock should not be removedMorris Jobke
This is within the failed lock acquiring branch. So the lock is free by another process and should not be removed because the cached file (that was created by the process having the lock) appeared on the filesystem. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-10-16Provide log statements for SCSS cacheMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-10-14Use paginated search for contactsJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-10-14[tx-robot] updated from transifexNextcloud bot
2020-10-13contactsmanager shall limit number of results earlyArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-10-13[tx-robot] updated from transifexNextcloud bot
2020-10-09[tx-robot] updated from transifexNextcloud bot
2020-10-08[tx-robot] updated from transifexNextcloud bot
2020-10-07[tx-robot] updated from transifexNextcloud bot
2020-10-06Only run the query to get the account data onceJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-10-01Merge pull request #22443 from nextcloud/backport/22421/stable18Roeland Jago Douma
[stable18] show better quota warning for group folders and external storage
2020-10-01Merge pull request #23088 from nextcloud/backport/23013/stable18Roeland Jago Douma
[stable18] Show federation and email results also with exact user match unless c…
2020-10-01Show federation and email results also with exact user match unless containing @Joas Schilling
Before when you have a user "smith" and a federated user "smith@example.com" you could see the federation result with "smit" but not with "smith" anymore. With most LDAP configurations and local backend setups this is disturbing and causes issues. The idea of not showing the email and federation on a matching user was with: Local user registered with "smith@example.com" user id and having that same email / cloud id in your contacts addressbook. So we now only hide those "side results" when the search does contain an @ Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-10-01Merge pull request #22802 from nextcloud/backport/stable18/22116-22648-22761Roeland Jago Douma
[stable18] Fix share transfer of single files and on the transfered node
2020-10-01[tx-robot] updated from transifexNextcloud bot
2020-09-29show better quota warning for group folders and external storageRobin Appelman
instead of showing the generic 'Your storage is full' message, better explain that it's the group folder/external storage that is full Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-09-29Merge pull request #23091 from nextcloud/backport/23074/stable18Roeland Jago Douma
[stable18] Do not match sharees on an empty email address
2020-09-29Merge pull request #22743 from nextcloud/backport/22589/stable18Joas Schilling
[stable18] Allow additional personal settings via normal registration
2020-09-29Do not match sharees on an empty email addressChristoph Wurst
When asking for sharees we compare not only UID and displayname but also the email address. And if that matches we return the sharee as an exact match. This logic had a flaw as in that it also matched the empty string to users with no email address. This is most noticeable when you disable sharee enumeration and open the ownership transfer dialog. It suggested other users of the instance before. This has stopped now. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-09-20[tx-robot] updated from transifexNextcloud bot
2020-09-18[tx-robot] updated from transifexNextcloud bot