aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2019-07-252-4/+22
|
* PHPStorm code cleanupJoas Schilling2019-07-241-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Get the topmost parent for the parent instead of doing endless recursionJoas Schilling2019-07-241-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #16505 from nextcloud/enh/nitpicks-14954Roeland Jago Douma2019-07-231-2/+3
|\ | | | | Dont assign $options to $options and cleanup doc
| * Dont assign $options to $options and cleanup docDaniel Kesselberg2019-07-221-2/+3
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Merge pull request #16492 from nextcloud/enh/exclude-rnd-filesMorris Jobke2019-07-231-4/+5
|\ \ | | | | | | Exclude .rnd files from integrity check
| * | Exclude .rnd files from integrity checkDaniel Kesselberg2019-07-211-4/+5
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | [tx-robot] updated from transifexNextcloud bot2019-07-234-0/+12
| |/ |/|
* | Merge pull request #16450 from ↵Morris Jobke2019-07-223-58/+10
|\ \ | | | | | | | | | | | | nextcloud/tech-debt/noid/cleanup-unused-OC_API-methods Removes unused OC_API::register
| * | Adjust deprecation testsMorris Jobke2019-07-221-0/+10
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | Removes unused OC_API::registerMorris Jobke2019-07-182-58/+0
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #16495 from nextcloud/fix/16378-cannot-get-key-from-parameterMorris Jobke2019-07-221-1/+4
|\ \ \ | | | | | | | | Pass $configargs to openssl_pkey_export
| * | | Pass $configargs to openssl_pkey_exportDaniel Kesselberg2019-07-211-1/+4
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | [tx-robot] updated from transifexNextcloud bot2019-07-224-0/+4
|/ / /
* | | [tx-robot] updated from transifexNextcloud bot2019-07-214-4/+10
| | |
* | | [tx-robot] updated from transifexNextcloud bot2019-07-202-0/+18
| | |
* | | Merge pull request #14954 from tacruc/searchPatternsMorris Jobke2019-07-192-2/+4
|\ \ \ | | | | | | | | Allow to search for real pattern in contacts
| * | | Allow to search for real pattern in contactsArne Hamann2019-05-282-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | Added an option escape_like_param to allow wildcards Signed-off-by: Arne Hamann <kontakt+github@arne.email>
* | | | [tx-robot] updated from transifexNextcloud bot2019-07-1916-0/+16
| | | |
* | | | Merge pull request #16452 from ↵Morris Jobke2019-07-183-0/+13
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/bug/noid/error-with-exception-on-ssl-error Error with exception on SSL error
| * | | | Error with exception on SSL errorMorris Jobke2019-07-183-0/+13
| | |/ / | |/| | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | Merge pull request #16380 from Dreamsorcerer/patch-1Roeland Jago Douma2019-07-181-1/+5
|\ \ \ \ | | | | | | | | | | Allow use of server var for CSP nonce
| * | | | Add support for CSP_NONCE server variableSam Bull2019-07-181-1/+5
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | Allow passing a nonce from the web server, allowing the possibility to enforce a strict CSP from the web server. Signed-off-by: Sam Bull <git@sambull.org> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* / / / Reduce indirection in AppManagerMorris Jobke2019-07-181-1/+1
|/ / / | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #16440 from marcelklehr/fix/objectstorage-put-contentsMorris Jobke2019-07-171-4/+4
|\ \ \ | |_|/ |/| | Fix File#putContents(string) on ObjectStorage
| * | Fix File#putContents(string) on ObjectStorageMarcel Klehr2019-07-171-4/+4
| | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | | Merge pull request #15040 from ↵Morris Jobke2019-07-1714-222/+355
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/feature/13980/push-for-deleted-notifications Notifications overhaul
| * | | Update since to the correct versionJoas Schilling2019-07-161-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Update unit testsJoas Schilling2019-07-161-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Update autoloaderJoas Schilling2019-07-162-0/+2
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Keep the old method as a fallback and adjust the testsJoas Schilling2019-07-163-5/+40
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Fix new core notifierJoas Schilling2019-07-151-1/+20
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Fix detection of NotifiersJoas Schilling2019-07-151-11/+3
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Fix creation of the ManagerJoas Schilling2019-07-151-1/+2
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Change how Notifiers and Apps are registeredJoas Schilling2019-07-154-68/+139
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Make all interfaces strictJoas Schilling2019-07-158-152/+165
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #16075 from nextcloud/bugfix/15823/app-restricted-groupsMorris Jobke2019-07-174-4/+114
|\ \ \ \ | | | | | | | | | | Remove deleted groups from app restrictions fixes #15823
| * | | | Properly inject the loggerMorris Jobke2019-07-162-4/+11
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | | Remove deleted groups from app restrictions fixes #15823Greta Doci2019-06-273-1/+104
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Greta Doci <gretadoci@gmail.com>
* | | | | Merge pull request #16416 from nextcloud/enh/log-detailsMorris Jobke2019-07-176-66/+117
|\ \ \ \ \ | | | | | | | | | | | | Move log detail aggregation and reuse it in syslog/systemd logger
| * | | | | Move log detail aggregation to separate class and reuse it in syslog/systemd ↵Julius Härtl2019-07-176-66/+117
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | logger Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | Merge pull request #16424 from nextcloud/fix/do_not_keep_searchingRoeland Jago Douma2019-07-171-1/+6
|\ \ \ \ \ | | | | | | | | | | | | Do not keep searching for recent
| * | | | | Do not keep searching for recentRoeland Jago Douma2019-07-161-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If userA has a lot of recent files. But only shares 1 file with userB (that has no files at all). We could keep searching until we run out of recent files for userA. Now assume the inactive userB has 20 incomming shares like that from different users. getRecent then basically keeps consuming huge amounts of resources and with each iteration the load on the DB increases (because of the offset). This makes sure we do not get more than 3 times the limit we search for or more than 5 queries. This means we might miss some recent entries but we should fix that separatly. This is just to make sure the load on the DB stays sane. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | fix phpdocMaxence Lange2019-07-161-1/+5
| | | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | | | | set and complete the searched stringMaxence Lange2019-07-161-0/+18
|/ / / / / | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | | | Use specific privileges when creating adminOliver Salzburg2019-07-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using the ALL shorthand can cause problems when not all privileges are available to the user. For example, AWS RDS MariaDB/MySQL will not grant the initial user account on an instance the SUPER privilege. While the user account is still valid for pretty much any task on the DB instance, it can not use the ALL shorthand when granting privileges to new users. By supplying a specific set of privileges, we work around this limitation without sacrificing functionality. Closes #16139 Signed-off-by: Oliver Salzburg <oliver.salzburg@gmail.com>
* | | | | Merge pull request #15606 from ↵Roeland Jago Douma2019-07-161-0/+4
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | nextcloud/fix/15605/add-catch-for-runtime-exception Add catch for RuntimeException
| * | | | Log RuntimeException in CleanupCardDAVPhotoCacheMorris Jobke2019-07-151-1/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | | Add catch for RuntimeExceptionDaniel Kesselberg2019-05-171-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | getDirectoryListing can throw a NotFoundException or a RuntimeException. The repair step should be skipped if the cache directory is missing so a catch for both exceptions is required. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | Merge pull request #14228 from nextcloud/feature/noid/add-metadata-etagMorris Jobke2019-07-152-0/+2
|\ \ \ \ \ | | | | | | | | | | | | Add DB table to extend filecache with metadata etag, creation and upload time