summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* [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
| * | | | | Add DB table to extend filecache with metadata etag, creation time and ↵Morris Jobke2019-07-152-0/+2
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | upload time Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | Merge pull request #16334 from nextcloud/feature/noid/enterprise-logoRoeland Jago Douma2019-07-154-0/+121
|\ \ \ \ \ | |/ / / / |/| | | | Add enterprise logo
| * | | | Add enterprise logoMorris Jobke2019-07-154-0/+121
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also set it as theming logo if the subscription is valid. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | Merge pull request #16399 from ↵Morris Jobke2019-07-155-0/+349
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/improvement/noid/fulltextsearch-simple-queries [nc17] add SimpleQueries to FullTextSearch
| * | | | | new model to manage some simple queriesMaxence Lange2019-07-145-0/+349
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> fixing issue in addSubTag() Signed-off-by: Maxence Lange <maxence@artificial-owl.com> fix const Signed-off-by: Maxence Lange <maxence@artificial-owl.com> autoload Signed-off-by: Maxence Lange <maxence@artificial-owl.com> Revert "fixing issue in addSubTag()" This reverts commit a9ab2ab91b98133c69272f27ea1b51594719e241. Signed-off-by: Maxence Lange <maxence@artificial-owl.com> syntax Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | | | | addsubtag should push to arrayMaxence Lange2019-07-141-1/+6
|/ / / / / | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | | | Lock SCSS so we only run 1 job at a timeRoeland Jago Douma2019-07-122-18/+77
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is bit hacky but a start to lock the SCSS compiler properly Retry during 10s then give up Properly get error message Do not clear locks and properly debug scss caching Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Merge pull request #16331 from nextcloud/feature/noid/talk-guest-mentionsRoeland Jago Douma2019-07-121-2/+7
|\ \ \ \ \ | | | | | | | | | | | | Allow guest mentions of talk to be parsed
| * | | | | Allow guest mentions of talk to be parsedJoas Schilling2019-07-101-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | [tx-robot] updated from transifexNextcloud bot2019-07-122-6/+22
| | | | | |
* | | | | | Merge pull request #16361 from ↵Roeland Jago Douma2019-07-111-2/+22
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/drop-foreignkey-on-owncloud-migration Drop foreignkey on owncloud migration
| * | | | | Drop foreign key before trying to drop the accounts tableJoas Schilling2019-07-111-2/+22
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | Merge pull request #15514 from nextcloud/feature/noid/add-enterprise-channelMorris Jobke2019-07-114-0/+64
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Update channels for updater server