| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #11740 from nextcloud/feature/noid/account-api | Roeland Jago Douma | 2018-10-15 | 9 | -20/+558 |
|\ |
|
| * | Update autoloader | Julius Härtl | 2018-10-15 | 2 | -0/+12 |
| * | Add \OCP\Account public API | Julius Härtl | 2018-10-15 | 7 | -20/+546 |
* | | include dashboard into core | Maxence Lange | 2018-10-15 | 14 | -0/+1753 |
* | | Merge pull request #11838 from nextcloud/bugfix/noid/fix-default-types-of-mem... | Roeland Jago Douma | 2018-10-15 | 1 | -6/+6 |
|\ \
| |/
|/| |
|
| * | Fix default types of activity event member variables | Joas Schilling | 2018-10-15 | 1 | -6/+6 |
* | | Merge pull request #11714 from nextcloud/lookupserver-and-global-scale | Björn Schießle | 2018-10-15 | 1 | -3/+35 |
|\ \
| |/
|/| |
|
| * | some small fixes and improvements | Bjoern Schiessle | 2018-10-10 | 1 | -5/+18 |
| * | adjust tests | Bjoern Schiessle | 2018-10-09 | 1 | -1/+1 |
| * | always query the lookup server in a global scale setup and have a nicer label | Bjoern Schiessle | 2018-10-09 | 1 | -3/+22 |
* | | Make it possible to enforce mandatory 2FA for groups | Christoph Wurst | 2018-10-15 | 5 | -6/+160 |
* | | Disallow unsafe-eval by default | Roeland Jago Douma | 2018-10-14 | 1 | -6/+2 |
* | | Make activity events strict | Joas Schilling | 2018-10-12 | 2 | -128/+110 |
* | | Normalize getUnjailedPath | Roeland Jago Douma | 2018-10-11 | 1 | -1/+2 |
* | | Allow php7.3 | Roeland Jago Douma | 2018-10-11 | 1 | -3/+3 |
* | | Merge pull request #11675 from nextcloud/feature/enforce-2fa-admin-settings | Roeland Jago Douma | 2018-10-10 | 2 | -0/+2 |
|\ \ |
|
| * | | Add admin interface to enforce 2FA | Christoph Wurst | 2018-10-10 | 2 | -0/+2 |
* | | | Merge pull request #11719 from nextcloud/techdebt/noid/allow-to-mock-new-date... | Morris Jobke | 2018-10-10 | 2 | -2/+19 |
|\ \ \ |
|
| * | | | Allow to inject/mock `new \DateTime()` similar to time() | Joas Schilling | 2018-10-09 | 2 | -2/+19 |
* | | | | Move normalizePath to regexes instead of looping | Roeland Jago Douma | 2018-10-10 | 1 | -25/+16 |
| |/ /
|/| | |
|
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-10-10 | 136 | -1912/+1912 |
* | | | Merge pull request #11622 from nextcloud/feature/11617 | Roeland Jago Douma | 2018-10-09 | 2 | -0/+21 |
|\ \ \ |
|
| * | | | Add function to generate urls for OCS routes | Roeland Jago Douma | 2018-10-09 | 2 | -0/+21 |
| |/ / |
|
* / / | Use numeric placeholders if there are multiple, so that RTL languages can ope... | Joas Schilling | 2018-10-09 | 5 | -38/+38 |
|/ / |
|
* | | Merge pull request #11677 from nextcloud/feature/appdata_previews | Morris Jobke | 2018-10-09 | 2 | -12/+10 |
|\ \ |
|
| * | | Allow the creationg of previews of files stored in appdata | Roeland Jago Douma | 2018-10-08 | 2 | -12/+10 |
* | | | Merge pull request #11686 from nextcloud/deprecation/noid/ocp_util_recursiveA... | Morris Jobke | 2018-10-09 | 1 | -0/+1 |
|\ \ \ |
|
| * | | | Deprecate unused OCP\Util::recursiveArraySearch | Morris Jobke | 2018-10-08 | 1 | -0/+1 |
* | | | | Deprecate unused, private OC_Helper::linkToPublic | Morris Jobke | 2018-10-08 | 2 | -18/+6 |
|/ / / |
|
* | | | Merge pull request #10839 from nextcloud/bugfix/10212/use_class_implementation | Morris Jobke | 2018-10-08 | 4 | -36/+96 |
|\ \ \ |
|
| * | | | RoomManager/ResourceManager: Inject IServerContainer instead of using OC Server | Georg Ehrke | 2018-10-08 | 2 | -2/+28 |
| * | | | adjust Calendar resource / room interfaces to use class implementation | Georg Ehrke | 2018-10-08 | 4 | -36/+70 |
* | | | | Merge pull request #11671 from nextcloud/refactor/rename-admin-security-section | Morris Jobke | 2018-10-08 | 4 | -5/+5 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Rename admin security settings template | Christoph Wurst | 2018-10-08 | 1 | -1/+1 |
| * | | | Rename admin security section | Christoph Wurst | 2018-10-08 | 4 | -4/+4 |
| |/ / |
|
* | | | Merge pull request #10898 from nextcloud/feature/10684/default-logo-color-the... | Morris Jobke | 2018-10-08 | 1 | -2/+2 |
|\ \ \
| |/ /
|/| | |
|
| * | | Moves the logo files to logo | Michael Weimann | 2018-10-02 | 1 | -2/+2 |
* | | | Remove deprecated publishActivity function | Roeland Jago Douma | 2018-10-05 | 2 | -41/+0 |
* | | | Merge pull request #11613 from nextcloud/add-missing-throw-statement | Morris Jobke | 2018-10-04 | 1 | -1/+2 |
|\ \ \ |
|
| * | | | add missing throw statement to doc block | Bjoern Schiessle | 2018-10-04 | 1 | -1/+2 |
| | |/
| |/| |
|
* | | | Merge pull request #11604 from nextcloud/remove-unused-code | Roeland Jago Douma | 2018-10-04 | 2 | -80/+24 |
|\ \ \ |
|
| * | | | Remove unused code in legacy classes | Morris Jobke | 2018-10-03 | 2 | -80/+24 |
* | | | | Merge pull request #11576 from nextcloud/feature/endpoint_for_clients_to_fetc... | Morris Jobke | 2018-10-03 | 2 | -0/+2 |
|\ \ \ \ |
|
| * | | | | Add an endppoint for clients to request an app password | Roeland Jago Douma | 2018-10-03 | 2 | -0/+2 |
| |/ / / |
|
* / / / | [tx-robot] updated from transifex | Nextcloud bot | 2018-10-03 | 2 | -2/+8 |
|/ / / |
|
* | | | Merge pull request #11568 from nextcloud/fix/11097/just_update_password_hash | Morris Jobke | 2018-10-03 | 1 | -8/+12 |
|\ \ \ |
|
| * | | | Just update password hash without validating | Roeland Jago Douma | 2018-10-03 | 1 | -8/+12 |
* | | | | Merge pull request #11409 from nextcloud/feature/consolidated-2fa-settings | Roeland Jago Douma | 2018-10-03 | 5 | -4/+142 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Update autoloader class map | Christoph Wurst | 2018-10-02 | 2 | -0/+4 |
| * | | | Consolidate personal two-factor provider settings | Christoph Wurst | 2018-10-02 | 3 | -4/+138 |