| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove not needed 3rdparty app disabling during upgrade for PHP 5.x | Morris Jobke | 2018-01-19 | 2 | -8/+0 |
* | Merge pull request #7911 from nextcloud/improve-oc_image | Julius Härtl | 2018-01-18 | 2 | -48/+91 |
|\ |
|
| * | Improve OC_Image code to not guess the type of input, but actually request th... | Morris Jobke | 2018-01-18 | 2 | -48/+91 |
* | | Remove IAppConfig::setValue | Roeland Jago Douma | 2018-01-17 | 1 | -2/+2 |
* | | Remove IAppConfig::getValue | Roeland Jago Douma | 2018-01-17 | 4 | -12/+13 |
* | | Merge pull request #7914 from nextcloud/fix-7254 | Roeland Jago Douma | 2018-01-17 | 2 | -2/+54 |
|\ \ |
|
| * | | do not offer the handle of the current user for auto completion | Arthur Schiwon | 2018-01-17 | 1 | -0/+47 |
| * | | comments should compile mentions also if done by author | Arthur Schiwon | 2018-01-17 | 1 | -2/+7 |
| |/ |
|
* | | Merge pull request #7909 from nextcloud/fix-migration-type-hints | Morris Jobke | 2018-01-17 | 1 | -2/+0 |
|\ \ |
|
| * | | Fix the type hints of migrations and correctly inject the wrapped schema into... | Joas Schilling | 2018-01-17 | 1 | -2/+0 |
* | | | Merge pull request #7847 from nextcloud/avatarmanager_strict | Roeland Jago Douma | 2018-01-17 | 1 | -2/+3 |
|\ \ \
| |_|/
|/| | |
|
| * | | Use \OC\User\Manager internally in the avatarmanager | Roeland Jago Douma | 2018-01-14 | 1 | -2/+3 |
* | | | Request->getHeader() should always return a string | Morris Jobke | 2018-01-17 | 2 | -4/+24 |
| |/
|/| |
|
* | | Merge pull request #7900 from nextcloud/strict_security | Morris Jobke | 2018-01-17 | 1 | -4/+0 |
|\ \ |
|
| * | | Make OCP\Security stricter | Roeland Jago Douma | 2018-01-16 | 1 | -4/+0 |
* | | | Merge pull request #7901 from nextcloud/strict_cache_factory | Roeland Jago Douma | 2018-01-17 | 1 | -4/+5 |
|\ \ \ |
|
| * | | | Made the cache factory strict | Roeland Jago Douma | 2018-01-16 | 1 | -4/+5 |
| |/ / |
|
* | | | Merge pull request #7884 from nextcloud/cleanup-oc_user | Morris Jobke | 2018-01-17 | 3 | -57/+2 |
|\ \ \
| |/ /
|/| | |
|
| * | | Cleanup OC_User and OCP\User | Morris Jobke | 2018-01-16 | 3 | -57/+2 |
* | | | Merge pull request #7882 from nextcloud/search-and | Roeland Jago Douma | 2018-01-16 | 1 | -1/+6 |
|\ \ \
| |/ /
|/| | |
|
| * | | Support arbitrary number of arguments for d:or and d:and in search queries | Robin Appelman | 2018-01-16 | 1 | -1/+6 |
* | | | Fix tests | Roeland Jago Douma | 2018-01-15 | 1 | -1/+18 |
|/ / |
|
* | | Remove deprecated core API | Joas Schilling | 2018-01-15 | 2 | -24/+3 |
* | | Merge pull request #7859 from nextcloud/master-7806 | Joas Schilling | 2018-01-15 | 1 | -0/+123 |
|\ \ |
|
| * | | Add unit test | Joas Schilling | 2018-01-15 | 1 | -0/+123 |
* | | | Merge pull request #7853 from nextcloud/strict_urlgenerator | Roeland Jago Douma | 2018-01-15 | 1 | -0/+2 |
|\ \ \
| |/ /
|/| | |
|
| * | | Make the URLGenerator strict | Roeland Jago Douma | 2018-01-14 | 1 | -0/+2 |
| |/ |
|
* | | Merge pull request #7840 from nextcloud/dep_config | Roeland Jago Douma | 2018-01-14 | 2 | -40/+2 |
|\ \
| |/
|/| |
|
| * | Remove deprecated \OCP\Config | Roeland Jago Douma | 2018-01-13 | 2 | -40/+2 |
* | | Make OC\Security\RateLimiting strict | Roeland Jago Douma | 2018-01-14 | 1 | -2/+2 |
* | | Fix tests | Roeland Jago Douma | 2018-01-13 | 1 | -2/+2 |
|/ |
|
* | Merge pull request #7650 from rpirritano/master | Morris Jobke | 2018-01-11 | 1 | -1/+1 |
|\ |
|
| * | made small changes to login screen | Robert Pirritano | 2018-01-11 | 1 | -1/+1 |
* | | Add acceptance test for renaming a file with the details view open | Daniel Calviño Sánchez | 2018-01-11 | 2 | -0/+57 |
|/ |
|
* | Don't lie about the preview mimetype | Roeland Jago Douma | 2018-01-07 | 1 | -0/+8 |
* | removes invalid tests, adapts another one | Arthur Schiwon | 2018-01-03 | 1 | -33/+0 |
* | never translate login names when requiring with a user id | Arthur Schiwon | 2018-01-03 | 1 | -12/+28 |
* | extend tests for status quo | Arthur Schiwon | 2018-01-03 | 2 | -0/+19 |
* | Merge pull request #7487 from nextcloud/no-password-confirm-with-sso | blizzz | 2018-01-03 | 2 | -4/+133 |
|\ |
|
| * | Move passwordconfirmation to its own midleware | Roeland Jago Douma | 2018-01-02 | 2 | -10/+130 |
| * | disable password confirmation with SSO | Bjoern Schiessle | 2018-01-02 | 1 | -1/+10 |
* | | Merge pull request #7526 from nextcloud/make-possible-for-apps-to-disable-the... | Morris Jobke | 2018-01-03 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Add unit tests for the navigation bar slide gesture | Daniel Calviño Sánchez | 2017-12-14 | 1 | -1/+1 |
* | | Merge pull request #7631 from nextcloud/fix-scss-webroot-and-url-rewrite | Morris Jobke | 2018-01-02 | 3 | -13/+72 |
|\ \ |
|
| * | | Fixed tests | John Molakvoæ (skjnldsv) | 2017-12-30 | 3 | -13/+32 |
| * | | Correctly remove temp test directory tree | John Molakvoæ (skjnldsv) | 2017-12-30 | 1 | -1/+13 |
| * | | Added tests for various installations types | John Molakvoæ (skjnldsv) | 2017-12-30 | 1 | -0/+37 |
| * | | Fixed webroot for scss files | John Molakvoæ (skjnldsv) | 2017-12-30 | 1 | -11/+2 |
* | | | Merge pull request #7590 from nextcloud/flow-hide-stay-logged-in | Morris Jobke | 2018-01-02 | 1 | -0/+33 |
|\ \ \ |
|
| * | | | Hide stay logged in checkbox when flow authentication is used | Julius Härtl | 2017-12-28 | 1 | -0/+33 |
| |/ / |
|