summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge pull request #16461 from nextcloud/fix/noid/pgsql-versionRoeland Jago Douma2019-07-261-2/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | fixes the check for postgresqlArthur Schiwon2019-07-181-2/+2
* | | | | | PHPStorm code cleanupJoas Schilling2019-07-241-2/+2
* | | | | | Get the topmost parent for the parent instead of doing endless recursionJoas Schilling2019-07-241-1/+1
* | | | | | Merge pull request #16492 from nextcloud/enh/exclude-rnd-filesMorris Jobke2019-07-231-4/+5
|\ \ \ \ \ \
| * | | | | | Exclude .rnd files from integrity checkDaniel Kesselberg2019-07-211-4/+5
* | | | | | | Merge pull request #16450 from nextcloud/tech-debt/noid/cleanup-unused-OC_API...Morris Jobke2019-07-222-30/+10
|\ \ \ \ \ \ \
| * | | | | | | Adjust deprecation testsMorris Jobke2019-07-221-0/+10
| * | | | | | | Removes unused OC_API::registerMorris Jobke2019-07-181-30/+0
* | | | | | | | Pass $configargs to openssl_pkey_exportDaniel Kesselberg2019-07-211-1/+4
* | | | | | | | Merge pull request #14954 from tacruc/searchPatternsMorris Jobke2019-07-191-1/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Allow to search for real pattern in contactsArne Hamann2019-05-281-1/+2
* | | | | | | | | Merge pull request #16452 from nextcloud/bug/noid/error-with-exception-on-ssl...Morris Jobke2019-07-183-0/+13
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | Error with exception on SSL errorMorris Jobke2019-07-183-0/+13
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #16380 from Dreamsorcerer/patch-1Roeland Jago Douma2019-07-181-1/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | Add support for CSP_NONCE server variableSam Bull2019-07-181-1/+5
| |/ / / / / / /
* / / / / / / / Reduce indirection in AppManagerMorris Jobke2019-07-181-1/+1
|/ / / / / / /
* | | | | | | Merge pull request #16440 from marcelklehr/fix/objectstorage-put-contentsMorris Jobke2019-07-171-4/+4
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Fix File#putContents(string) on ObjectStorageMarcel Klehr2019-07-171-4/+4
* | | | | | | Merge pull request #15040 from nextcloud/feature/13980/push-for-deleted-notif...Morris Jobke2019-07-176-157/+198
|\ \ \ \ \ \ \
| * | | | | | | Update since to the correct versionJoas Schilling2019-07-161-1/+1
| * | | | | | | Update unit testsJoas Schilling2019-07-161-1/+1
| * | | | | | | Keep the old method as a fallback and adjust the testsJoas Schilling2019-07-161-3/+22
| * | | | | | | Fix new core notifierJoas Schilling2019-07-151-1/+20
| * | | | | | | Fix detection of NotifiersJoas Schilling2019-07-151-11/+3
| * | | | | | | Fix creation of the ManagerJoas Schilling2019-07-151-1/+2
| * | | | | | | Change how Notifiers and Apps are registeredJoas Schilling2019-07-151-58/+81
| * | | | | | | Make all interfaces strictJoas Schilling2019-07-153-92/+79
* | | | | | | | Merge pull request #16075 from nextcloud/bugfix/15823/app-restricted-groupsMorris Jobke2019-07-172-4/+74
|\ \ \ \ \ \ \ \
| * | | | | | | | Properly inject the loggerMorris Jobke2019-07-162-4/+11
| * | | | | | | | Remove deleted groups from app restrictions fixes #15823Greta Doci2019-06-271-1/+64
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge pull request #16416 from nextcloud/enh/log-detailsMorris Jobke2019-07-174-66/+115
|\ \ \ \ \ \ \ \
| * | | | | | | | Move log detail aggregation to separate class and reuse it in syslog/systemd ...Julius Härtl2019-07-174-66/+115
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Do not keep searching for recentRoeland Jago Douma2019-07-161-1/+6
* | | | | | | | Use specific privileges when creating adminOliver Salzburg2019-07-161-1/+1
* | | | | | | | Merge pull request #15606 from nextcloud/fix/15605/add-catch-for-runtime-exce...Roeland Jago Douma2019-07-161-0/+4
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | Log RuntimeException in CleanupCardDAVPhotoCacheMorris Jobke2019-07-151-1/+4
| * | | | | | | Add catch for RuntimeExceptionDaniel Kesselberg2019-05-171-1/+2
* | | | | | | | Merge pull request #16334 from nextcloud/feature/noid/enterprise-logoRoeland Jago Douma2019-07-152-0/+119
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Add enterprise logoMorris Jobke2019-07-152-0/+119
* | | | | | | | Merge pull request #16399 from nextcloud/improvement/noid/fulltextsearch-simp...Morris Jobke2019-07-151-0/+188
|\ \ \ \ \ \ \ \
| * | | | | | | | new model to manage some simple queriesMaxence Lange2019-07-141-0/+188
* | | | | | | | | addsubtag should push to arrayMaxence Lange2019-07-141-1/+6
|/ / / / / / / /
* | | | | | | | Lock SCSS so we only run 1 job at a timeRoeland Jago Douma2019-07-122-18/+77
* | | | | | | | Merge pull request #16331 from nextcloud/feature/noid/talk-guest-mentionsRoeland Jago Douma2019-07-121-2/+7
|\ \ \ \ \ \ \ \
| * | | | | | | | Allow guest mentions of talk to be parsedJoas Schilling2019-07-101-2/+7
* | | | | | | | | Merge pull request #16361 from nextcloud/bugfix/noid/drop-foreignkey-on-owncl...Roeland Jago Douma2019-07-111-2/+22
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | Drop foreign key before trying to drop the accounts tableJoas Schilling2019-07-111-2/+22
* | | | | | | | | Merge pull request #15514 from nextcloud/feature/noid/add-enterprise-channelMorris Jobke2019-07-112-0/+62
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Enterprise update channelMorris Jobke2019-07-102-0/+62