aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2019-07-2160-154/+316
|
* Merge pull request #16470 from ↵Morris Jobke2019-07-201-1/+2
|\ | | | | | | | | nextcloud/bugfix/noid/settings-menu-border-top_new Add border-top to settings menu when its open
| * Add border-top to settings menu when its openGreta Doci2019-07-191-1/+2
| | | | | | | | Signed-off-by: Greta Doci <gretadoci@gmail.com>
* | [tx-robot] updated from transifexNextcloud bot2019-07-2018-12/+46
| |
* | Merge pull request #14954 from tacruc/searchPatternsMorris Jobke2019-07-195-17/+56
|\ \ | | | | | | Allow to search for real pattern in contacts
| * | Allow to search for real pattern in contactsArne Hamann2019-05-285-17/+56
| | | | | | | | | | | | | | | | | | Added an option escape_like_param to allow wildcards Signed-off-by: Arne Hamann <kontakt+github@arne.email>
* | | Merge pull request #14540 from army1349/masterMorris Jobke2019-07-192-1/+14
|\ \ \ | | | | | | | | LDAP Password Modify Extended Operation support
| * | | LDAP Password Modify Extended Operation supportPeter Kubica2019-03-192-1/+14
| | | | | | | | | | | | | | | | Signed-off-by: Peter Kubica <peter@kubica.ch>
* | | | [tx-robot] updated from transifexNextcloud bot2019-07-1960-4/+90
| | | |
* | | | Merge pull request #16366 from nextcloud/bugfix/noid/filelist-overlapMorris Jobke2019-07-181-1/+2
|\ \ \ \ | | | | | | | | | | Fix filelist overlap with header ref #16076
| * | | | Fix filelist overlap with header ref #16076Greta Doci2019-07-181-1/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Greta Doci <gretadoci@gmail.com>
* | | | | 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 #16455 from nextcloud/enh/noid/ldap-update-user-cmdRoeland Jago Douma2019-07-181-8/+38
|\ \ \ \ \ \ | | | | | | | | | | | | | | adds an --update flag to check-user for manual sync of the ldap record
| * | | | | | adds an --update flag to check-user for manual sync of the ldap recordArthur Schiwon2019-07-181-8/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | | | Merge pull request #10842 from ↵Morris Jobke2019-07-187-1/+76
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/9339/initial_collection_sync_caldav_carddav LIMIT is no column but a SQL keyword, allow limit on initial sync
| * | | | | | | LIMIT is no column but a SQL feature, allow limit on initial syncGeorg Ehrke2019-07-187-1/+76
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | | | | | Merge pull request #16420 from nextcloud/bugfix/noid/settings-menu-border-topMorris Jobke2019-07-181-2/+4
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | / | | |_|_|_|/ | |/| | | | Add border-top to settings menu when its open ref #16076
| * | | | | Add border-top to settings menu when its open ref #16076Greta Doci2019-07-171-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Greta Doci <gretadoci@gmail.com>
* | | | | | Merge pull request #16380 from Dreamsorcerer/patch-1Roeland Jago Douma2019-07-182-3/+26
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | Allow use of server var for CSP nonce
| * | | | | Add support for CSP_NONCE server variableSam Bull2019-07-182-3/+26
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | Merge pull request #15143 from ↵Roeland Jago Douma2019-07-186-178/+216
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/lookup-server-connector-background-jobs-problem Fix lookup server connector background jobs problem
| * | | | | Make the RetryJob work on the userId onlyJoas Schilling2019-07-182-129/+131
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To ensure there is only 1 background job per user Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | Yay for null coalescing operatorJoas Schilling2019-07-181-13/+12
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | Use public interfacesJoas Schilling2019-07-181-11/+14
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | Always use a background job for the updateJoas Schilling2019-07-181-35/+9
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | Also send a delete like on the syncronous actionJoas Schilling2019-07-181-7/+17
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | Use an application classJoas Schilling2019-07-184-10/+60
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #16451 from nextcloud/tech-debt/noid/reduce-indirectionMorris Jobke2019-07-181-1/+1
|\ \ \ \ \ | |/ / / / |/| | | | Reduce indirection in AppManager
| * | | | Reduce indirection in AppManagerMorris Jobke2019-07-181-1/+1
|/ / / / | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | [tx-robot] updated from transifexNextcloud bot2019-07-18290-286/+314
| | | |
* | | | 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-1736-735/+712
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 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-166-14/+21
| | | | | | | | | | | | | | | | | | | | | | | | 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-1614-435/+243
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | Update shipped implementations of the INotifierJoas Schilling2019-07-156-36/+74
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | Fix new core notifierJoas Schilling2019-07-153-21/+43
| | | | | | | | | | | | | | | | | | | | | | | | 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>
| * | | | | Update Federated sharing notifierJoas Schilling2019-07-152-10/+22
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | Update twofactor_backupcodes NotifierJoas Schilling2019-07-152-11/+22
| | | | | | | | | | | | | | | | | | | | | | | | 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-176-11/+163
|\ \ \ \ \ \ | | | | | | | | | | | | | | Remove deleted groups from app restrictions fixes #15823
| * | | | | | Properly inject the loggerMorris Jobke2019-07-164-11/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | | | | Remove deleted groups from app restrictions fixes #15823Greta Doci2019-06-274-1/+140
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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