summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* Add report-uri to CSPRoeland Jago Douma2018-10-211-0/+8
* Merge pull request #11882 from nextcloud/feature/noid/consider-net-connectionblizzz2018-10-181-1/+6
|\
| * Do not try to contact lookup server without internet connection or URLArthur Schiwon2018-10-181-1/+6
* | Remove unreliable 2FA state message on personal 2FA settings pageChristoph Wurst2018-10-181-1/+0
|/
* Properly escape column name in "createFunction" callMorris Jobke2018-10-163-5/+5
* Merge pull request #11830 from nextcloud/bugfix/9326/make_sure_usermanager_ge...Morris Jobke2018-10-161-1/+5
|\
| * filter null values for UserManager::getByEmailGeorg Ehrke2018-10-151-1/+5
* | Merge pull request #11740 from nextcloud/feature/noid/account-apiRoeland Jago Douma2018-10-153-20/+236
|\ \
| * | Add \OCP\Account public APIJulius Härtl2018-10-153-20/+236
* | | include dashboard into coreMaxence Lange2018-10-152-0/+152
* | | Merge pull request #11838 from nextcloud/bugfix/noid/fix-default-types-of-mem...Roeland Jago Douma2018-10-151-6/+6
|\ \ \ | |/ / |/| |
| * | Fix default types of activity event member variablesJoas Schilling2018-10-151-6/+6
* | | Merge pull request #11714 from nextcloud/lookupserver-and-global-scaleBjörn Schießle2018-10-151-3/+35
|\ \ \ | |/ / |/| |
| * | some small fixes and improvementsBjoern Schiessle2018-10-101-5/+18
| * | adjust testsBjoern Schiessle2018-10-091-1/+1
| * | always query the lookup server in a global scale setup and have a nicer labelBjoern Schiessle2018-10-091-3/+22
* | | Make it possible to enforce mandatory 2FA for groupsChristoph Wurst2018-10-153-6/+158
| |/ |/|
* | Make activity events strictJoas Schilling2018-10-121-89/+69
* | Normalize getUnjailedPathRoeland Jago Douma2018-10-111-1/+2
* | Merge pull request #11719 from nextcloud/techdebt/noid/allow-to-mock-new-date...Morris Jobke2018-10-101-1/+10
|\ \
| * | Allow to inject/mock `new \DateTime()` similar to time()Joas Schilling2018-10-091-1/+10
* | | Move normalizePath to regexes instead of loopingRoeland Jago Douma2018-10-101-25/+16
* | | Merge pull request #11622 from nextcloud/feature/11617Roeland Jago Douma2018-10-091-0/+13
|\ \ \
| * | | Add function to generate urls for OCS routesRoeland Jago Douma2018-10-091-0/+13
| |/ /
* / / Use numeric placeholders if there are multiple, so that RTL languages can ope...Joas Schilling2018-10-094-37/+37
|/ /
* | Merge pull request #11677 from nextcloud/feature/appdata_previewsMorris Jobke2018-10-092-12/+10
|\ \
| * | Allow the creationg of previews of files stored in appdataRoeland Jago Douma2018-10-082-12/+10
* | | Deprecate unused, private OC_Helper::linkToPublicMorris Jobke2018-10-081-17/+0
* | | Merge pull request #10839 from nextcloud/bugfix/10212/use_class_implementationMorris Jobke2018-10-082-24/+84
|\ \ \
| * | | RoomManager/ResourceManager: Inject IServerContainer instead of using OC ServerGeorg Ehrke2018-10-082-2/+28
| * | | adjust Calendar resource / room interfaces to use class implementationGeorg Ehrke2018-10-082-24/+58
* | | | Merge pull request #11671 from nextcloud/refactor/rename-admin-security-sectionMorris Jobke2018-10-082-3/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | Rename admin security settings templateChristoph Wurst2018-10-081-1/+1
| * | | Rename admin security sectionChristoph Wurst2018-10-082-2/+2
| |/ /
* | | Merge pull request #10898 from nextcloud/feature/10684/default-logo-color-the...Morris Jobke2018-10-081-2/+2
|\ \ \ | |/ / |/| |
| * | Moves the logo files to logoMichael Weimann2018-10-021-2/+2
* | | Remove deprecated publishActivity functionRoeland Jago Douma2018-10-051-25/+0
* | | Merge pull request #11613 from nextcloud/add-missing-throw-statementMorris Jobke2018-10-041-1/+2
|\ \ \
| * | | add missing throw statement to doc blockBjoern Schiessle2018-10-041-1/+2
| | |/ | |/|
* | | Remove unused code in legacy classesMorris Jobke2018-10-032-80/+24
* | | Merge pull request #11568 from nextcloud/fix/11097/just_update_password_hashMorris Jobke2018-10-031-8/+12
|\ \ \
| * | | Just update password hash without validatingRoeland Jago Douma2018-10-031-8/+12
* | | | Merge pull request #11409 from nextcloud/feature/consolidated-2fa-settingsRoeland Jago Douma2018-10-031-4/+48
|\ \ \ \ | |/ / / |/| | |
| * | | Consolidate personal two-factor provider settingsChristoph Wurst2018-10-021-4/+48
* | | | Merge pull request #11446 from nextcloud/bugfix/10678/pretty-urls-dont-workMorris Jobke2018-10-021-3/+2
|\ \ \ \
| * | | | Allow url without / for overwrite.cli.urlDaniel Kesselberg2018-09-281-3/+2
* | | | | Validate email in occ commandDaniel Kesselberg2018-10-021-6/+1
* | | | | Use setUserValue instead setEMailAddress because latter omits an changeUser e...Daniel Kesselberg2018-10-021-8/+10
* | | | | Add --admin-email to cli installerDaniel Kesselberg2018-10-021-0/+9
| |/ / / |/| | |
* | | | Merge pull request #11390 from nextcloud/feature/11043/apptoken_v3Morris Jobke2018-10-027-3/+104
|\ \ \ \