aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #11978 from ↵Roeland Jago Douma2018-10-231-1/+5
|\ | | | | | | | | nextcloud/bugfix-stable13/9326/make_sure_usermanager_getByEmail_only_returns_IUser [stable13] filter null values for UserManager::getByEmail
| * filter null values for UserManager::getByEmailGeorg Ehrke2018-10-221-1/+5
| | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | Load apps/APP/l10n/*.js and themes/THEME/apps/APP/l10n/*.jsMorris Jobke2018-10-231-0/+1
|/ | | | | | Before it quit right after finding the theme version of the l10n file which results in a not translated part of the UI. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [tx-robot] updated from transifexNextcloud bot2018-10-10136-1912/+1912
|
* Allow the creationg of previews of files stored in appdataRoeland Jago Douma2018-10-092-12/+10
| | | | | | | To allow us to create previews of files stored in appdata we need to construct the view differently. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2018-10-032-2/+8
|
* [tx-robot] updated from transifexNextcloud bot2018-10-022-0/+30
|
* [tx-robot] updated from transifexNextcloud bot2018-09-282-0/+8
|
* Merge pull request #10884 from nextcloud/large-share-count-performance-13Morris Jobke2018-09-274-49/+81
|\ | | | | [13] Improve performance when dealing with large numbers of shares
| * tokens can't be valid local user namesRobin Appelman2018-08-272-11/+13
| | | | | | | | | | | | this saves searching for shares on non-public link dav requests Signed-off-by: Robin Appelman <robin@icewind.nl>
| * more efficient way to detect added and removed mountsRobin Appelman2018-08-271-9/+23
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * cache OC\Files\Mount\Manager::findIn resultsRobin Appelman2018-08-271-0/+1
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * cache OC\Files\Mount\Manager::findIn resultsRobin Appelman2018-08-271-7/+18
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * use more efficient method to find mountpoint for pathRobin Appelman2018-08-271-15/+16
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * remove double loop for detecting changed mountsRobin Appelman2018-08-271-9/+12
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | [tx-robot] updated from transifexNextcloud bot2018-09-272-2/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2018-09-262-6/+6
| |
* | [tx-robot] updated from transifexNextcloud bot2018-09-254-26/+36
| |
* | [tx-robot] updated from transifexNextcloud bot2018-09-242-38/+38
| |
* | [tx-robot] updated from transifexNextcloud bot2018-09-232-0/+4
| |
* | [tx-robot] updated from transifexNextcloud bot2018-09-224-40/+54
| |
* | [tx-robot] updated from transifexNextcloud bot2018-09-212-4/+6
| |
* | [tx-robot] updated from transifexNextcloud bot2018-09-178-2/+18
| |
* | [tx-robot] updated from transifexNextcloud bot2018-09-164-8/+16
| |
* | [tx-robot] updated from transifexNextcloud bot2018-09-154-2/+12
| |
* | [tx-robot] updated from transifexNextcloud bot2018-09-144-0/+72
| |
* | [tx-robot] updated from transifexNextcloud bot2018-09-136-24/+38
| |
* | [tx-robot] updated from transifexNextcloud bot2018-09-112-0/+14
| |
* | [tx-robot] updated from transifexNextcloud bot2018-09-082-18/+18
| |
* | [tx-robot] updated from transifexNextcloud bot2018-09-014-0/+4
|/
* [tx-robot] updated from transifexNextcloud bot2018-08-2514-14/+14
|
* MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by defaultJoas Schilling2018-08-231-4/+23
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2018-08-222-30/+34
|
* [tx-robot] updated from transifexNextcloud bot2018-08-212-0/+2
|
* Merge pull request #10762 from ↵blizzz2018-08-201-1/+1
|\ | | | | | | | | nextcloud/backport/10260/improved-sql-for-fetching-quota [stable13] Use the path_hash instead of the path to query the filecache
| * Use the path_hash instead of the path to query the filecacheMorris Jobke2018-08-201-1/+1
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Make sure error_log() always receives a stringJoas Schilling2018-08-201-0/+3
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update the scope of the lockdownmanagerRoeland Jago Douma2018-08-141-0/+3
| | | | | | We have the token anyway. So better the scope as well. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #10620 from nextcloud/mimetype-insert-if-not-exists-13blizzz2018-08-131-14/+7
|\ | | | | [13] use insertIfNotExists to store new mimetypes.
| * use insertIfNotExists to store new mimetypes.Robin Appelman2018-08-091-14/+7
| | | | | | | | | | | | Also throw an error if we can't find the mimetype after insert Signed-off-by: Robin Appelman <robin@icewind.nl>
* | [tx-robot] updated from transifexNextcloud bot2018-08-134-0/+8
| |
* | make file cache updates more robustBjoern Schiessle2018-08-081-2/+17
|/ | | | | | only update the encrypted version after the write operation is finished and the stream is closed Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* [tx-robot] updated from transifexNextcloud bot2018-08-082-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2018-08-072-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-08-062-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-08-046-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2018-08-03106-106/+114
|
* [tx-robot] updated from transifexNextcloud bot2018-08-0218-18/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-07-312-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2018-07-284-0/+16
|