summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Do not try to contact lookup server without internet connection or URLArthur Schiwon2018-10-181-1/+6
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Properly escape column name in "createFunction" callMorris Jobke2018-10-163-5/+5
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #11830 from ↵Morris Jobke2018-10-161-1/+5
|\ | | | | | | | | nextcloud/bugfix/9326/make_sure_usermanager_getByEmail_only_returns_IUser filter null values for UserManager::getByEmail
| * filter null values for UserManager::getByEmailGeorg Ehrke2018-10-151-1/+5
| | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | Merge pull request #11740 from nextcloud/feature/noid/account-apiRoeland Jago Douma2018-10-159-20/+558
|\ \ | | | | | | Public API to get user acocunt data
| * | Update autoloaderJulius Härtl2018-10-152-0/+12
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Add \OCP\Account public APIJulius Härtl2018-10-157-20/+546
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | include dashboard into coreMaxence Lange2018-10-1514-0/+1753
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> Merge remote-tracking branch 'origin/interface-dashboard' into interface-dashboard Signed-off-by: Maxence Lange <maxence@artificial-owl.com> moving data object to OCP Signed-off-by: Maxence Lange <maxence@artificial-owl.com> update autoload files Signed-off-by: Maxence Lange <maxence@artificial-owl.com> +@since Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | Merge pull request #11838 from ↵Roeland Jago Douma2018-10-151-6/+6
|\ \ \ | |/ / |/| | | | | | | | nextcloud/bugfix/noid/fix-default-types-of-members Fix default types of activity event member variables
| * | Fix default types of activity event member variablesJoas Schilling2018-10-151-6/+6
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #11714 from nextcloud/lookupserver-and-global-scaleBjörn Schießle2018-10-151-3/+35
|\ \ \ | |/ / |/| | always query the lookup server in a global scale setup
| * | some small fixes and improvementsBjoern Schiessle2018-10-101-5/+18
| | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * | adjust testsBjoern Schiessle2018-10-091-1/+1
| | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * | always query the lookup server in a global scale setup and have a nicer labelBjoern Schiessle2018-10-091-3/+22
| | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | | Make it possible to enforce mandatory 2FA for groupsChristoph Wurst2018-10-155-6/+160
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Disallow unsafe-eval by defaultRoeland Jago Douma2018-10-141-6/+2
| |/ |/| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Make activity events strictJoas Schilling2018-10-122-128/+110
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Normalize getUnjailedPathRoeland Jago Douma2018-10-111-1/+2
| | | | | | | | | | | | | | | | | | Fixes #11637 If we do not normalize the unjailed path we might end up with a path like files/user/folder/. which can break on objectstores Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Allow php7.3Roeland Jago Douma2018-10-111-3/+3
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #11675 from nextcloud/feature/enforce-2fa-admin-settingsRoeland Jago Douma2018-10-102-0/+2
|\ \ | | | | | | Add admin interface to enforce 2FA
| * | Add admin interface to enforce 2FAChristoph Wurst2018-10-102-0/+2
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #11719 from ↵Morris Jobke2018-10-102-2/+19
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/techdebt/noid/allow-to-mock-new-datetime Allow to inject/mock `new \DateTime()` similar to time()
| * | | Allow to inject/mock `new \DateTime()` similar to time()Joas Schilling2018-10-092-2/+19
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Move normalizePath to regexes instead of loopingRoeland Jago Douma2018-10-101-25/+16
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is IMO a bit more readable and it seems to make the code faster. Tested it on the company instance where there are over 3k calls to this function. It shaves off around 10ms. The advantage here is that the pattern gets optimized by php itsel and cached. Also looking for all patterns at the same time and especially no longer looping for /./ patterns should save time. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | [tx-robot] updated from transifexNextcloud bot2018-10-10136-1912/+1912
| | |
* | | Merge pull request #11622 from nextcloud/feature/11617Roeland Jago Douma2018-10-092-0/+21
|\ \ \ | | | | | | | | Add function to generate urls for OCS routes
| * | | Add function to generate urls for OCS routesRoeland Jago Douma2018-10-092-0/+21
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | fixes #11617 The OCS routes are only absolute for now as they are often exposed to the outside anyway and are on a different endpoint than index.php in anyway. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* / / Use numeric placeholders if there are multiple, so that RTL languages can ↵Joas Schilling2018-10-095-38/+38
|/ / | | | | | | | | | | operate better Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #11677 from nextcloud/feature/appdata_previewsMorris Jobke2018-10-092-12/+10
|\ \ | | | | | | Allow the creationg of previews of files stored in appdata
| * | Allow the creationg of previews of files stored in appdataRoeland Jago Douma2018-10-082-12/+10
| | | | | | | | | | | | | | | | | | | | | To allow us to create previews of files stored in appdata we need to construct the view differently. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #11686 from ↵Morris Jobke2018-10-091-0/+1
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/deprecation/noid/ocp_util_recursiveArraySearch Deprecate unused OCP\Util::recursiveArraySearch
| * | | Deprecate unused OCP\Util::recursiveArraySearchMorris Jobke2018-10-081-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | Deprecate unused, private OC_Helper::linkToPublicMorris Jobke2018-10-082-18/+6
|/ / / | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #10839 from nextcloud/bugfix/10212/use_class_implementationMorris Jobke2018-10-084-36/+96
|\ \ \ | | | | | | | | adjust Calendar resource / room interfaces to use class implementation
| * | | RoomManager/ResourceManager: Inject IServerContainer instead of using OC ServerGeorg Ehrke2018-10-082-2/+28
| | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * | | adjust Calendar resource / room interfaces to use class implementationGeorg Ehrke2018-10-084-36/+70
| | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | | Merge pull request #11671 from nextcloud/refactor/rename-admin-security-sectionMorris Jobke2018-10-084-5/+5
|\ \ \ \ | |_|/ / |/| | | Rename admin security section
| * | | Rename admin security settings templateChristoph Wurst2018-10-081-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | | Rename admin security sectionChristoph Wurst2018-10-084-4/+4
| |/ / | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #10898 from ↵Morris Jobke2018-10-081-2/+2
|\ \ \ | |/ / |/| | | | | | | | nextcloud/feature/10684/default-logo-color-theme-colors Switches the default logo color depending on the primary color
| * | Moves the logo files to logoMichael Weimann2018-10-021-2/+2
| | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* | | Remove deprecated publishActivity functionRoeland Jago Douma2018-10-052-41/+0
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #11613 from nextcloud/add-missing-throw-statementMorris Jobke2018-10-041-1/+2
|\ \ \ | | | | | | | | add missing throw statement to doc block
| * | | add missing throw statement to doc blockBjoern Schiessle2018-10-041-1/+2
| | |/ | |/| | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | | Merge pull request #11604 from nextcloud/remove-unused-codeRoeland Jago Douma2018-10-042-80/+24
|\ \ \ | | | | | | | | Remove unused code in legacy classes
| * | | Remove unused code in legacy classesMorris Jobke2018-10-032-80/+24
| | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | Merge pull request #11576 from ↵Morris Jobke2018-10-032-0/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/feature/endpoint_for_clients_to_fetch_apppassword Allow clients to request an apppassword if they still use the real password
| * | | | Add an endppoint for clients to request an app passwordRoeland Jago Douma2018-10-032-0/+2
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now that we allow enforcing 2 factor auth it make sense if we also allow and endpoint where the clients can in the background fetch an apppassword if they were configured before the login flow was present. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* / / / [tx-robot] updated from transifexNextcloud bot2018-10-032-2/+8
|/ / /
* | | Merge pull request #11568 from nextcloud/fix/11097/just_update_password_hashMorris Jobke2018-10-031-8/+12
|\ \ \ | | | | | | | | Just update password hash without validating