summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2019-07-2818-0/+18
|
* Merge pull request #16558 from nextcloud/enh/less_verbose_locked_loggingRoeland Jago Douma2019-07-271-3/+3
|\ | | | | Do not log all locked exceptions
| * Do not log all locked exceptionsRoeland Jago Douma2019-07-261-3/+3
| | | | | | | | | | | | | | | | This can happen for valid reasons (multiple users writing at the same time) with for example the text app. Apps should properly handle it. No reason to log it by default. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2019-07-27124-206/+206
| |
* | Merge pull request #16555 from nextcloud/fix/16529/mask-keysMorris Jobke2019-07-261-4/+5
|\ \ | | | | | | use a pattern to identify sensitive config keys
| * | treat sensitive config keys by patternArthur Schiwon2019-07-261-4/+5
| |/ | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #16456 from nextcloud/dep/searchByTagRoeland Jago Douma2019-07-266-91/+0
|\ \ | |/ |/| Remove deprecated searchByTag
| * Remove deprecated searchByTagRoeland Jago Douma2019-07-266-91/+0
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #16461 from nextcloud/fix/noid/pgsql-versionRoeland Jago Douma2019-07-261-2/+2
|\ \ | |/ |/| fixes the check for postgresql
| * fixes the check for postgresqlArthur Schiwon2019-07-181-2/+2
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | [tx-robot] updated from transifexNextcloud bot2019-07-262-10/+10
| |
* | [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>