Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use insertIfNotExist of the new interface | Morris Jobke | 2018-03-12 | 1 | -2/+3 |
* | Merge pull request #8787 from nextcloud/remove-deprecated-and-unused-methods-... | Morris Jobke | 2018-03-12 | 1 | -6/+6 |
|\ | |||||
| * | Remove deprecated and unsused methods of OCP\DB | Morris Jobke | 2018-03-12 | 1 | -6/+6 |
* | | Merge pull request #8784 from nextcloud/remove-unused-deprecated-apphelper | Morris Jobke | 2018-03-12 | 3 | -59/+0 |
|\ \ | |||||
| * | | Remove unused and deprecated class and interface AppHelper | Morris Jobke | 2018-03-12 | 3 | -59/+0 |
| |/ | |||||
* / | Use proper method to format absolute timestamp | Morris Jobke | 2018-03-12 | 1 | -23/+0 |
|/ | |||||
* | Merge pull request #8710 from nextcloud/followup/8596/tests-for-user-pagination | blizzz | 2018-03-09 | 1 | -1/+5 |
|\ | |||||
| * | Fix calculation if there are more results | Joas Schilling | 2018-03-08 | 1 | -1/+5 |
* | | OCP\AppFramework\App strict | Roeland Jago Douma | 2018-03-09 | 1 | -3/+4 |
* | | Merge pull request #8716 from nextcloud/fix-cache-prefixing | Roeland Jago Douma | 2018-03-08 | 4 | -18/+22 |
|\ \ | |||||
| * | | Actually clear cache values for all base urls | Julius Härtl | 2018-03-07 | 3 | -10/+20 |
| * | | Use JSCombiner from server container when searching for JS files | Julius Härtl | 2018-03-07 | 1 | -7/+1 |
| * | | Move base url from global cache prefix to frontend related ones | Julius Härtl | 2018-03-07 | 1 | -3/+3 |
* | | | Merge pull request #8715 from nextcloud/objectstore-no-part-files | Roeland Jago Douma | 2018-03-08 | 1 | -0/+4 |
|\ \ \ | |||||
| * | | | disable part files for object stores | Robin Appelman | 2018-03-07 | 1 | -0/+4 |
* | | | | Merge pull request #8593 from eneiluj/master | Morris Jobke | 2018-03-08 | 1 | -28/+18 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | Add tests | Roeland Jago Douma | 2018-03-08 | 1 | -18/+8 |
| * | | | Make SecurityMiddleware strict | Roeland Jago Douma | 2018-03-08 | 1 | -10/+9 |
| * | | | Do not throw AppNotEnabledException for app public pages - refs #6962, refs #... | Julien Veyssier | 2018-02-28 | 1 | -1/+2 |
* | | | | Merge pull request #8711 from nextcloud/objectstore-write-only-fopen | Morris Jobke | 2018-03-08 | 1 | -7/+13 |
|\ \ \ \ | |||||
| * | | | | don't read existing file when overwriting using object store | Robin Appelman | 2018-03-07 | 1 | -7/+13 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #8662 from nextcloud/better-debugging-unit-tests | Roeland Jago Douma | 2018-03-07 | 1 | -0/+7 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | Single quotes | Joas Schilling | 2018-03-07 | 1 | -1/+1 |
| * | | | Suppress phan error | Joas Schilling | 2018-03-07 | 1 | -0/+1 |
| * | | | Try without autoloading | Joas Schilling | 2018-03-06 | 1 | -1/+1 |
| * | | | Better debugging for "Your test case is not allowed to access the database." | Joas Schilling | 2018-03-05 | 1 | -0/+6 |
* | | | | Merge pull request #8714 from nextcloud/8705 | Morris Jobke | 2018-03-07 | 1 | -1/+8 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | Check if the cached js file exists | Roeland Jago Douma | 2018-03-07 | 1 | -1/+8 |
* | | | | Merge pull request #8596 from nextcloud/bugfix/8454/sharee-email-matches-not-... | Morris Jobke | 2018-03-06 | 1 | -4/+9 |
|\ \ \ \ | |||||
| * | | | | Add the users result only when non empty so tests stay the same | Joas Schilling | 2018-03-02 | 1 | -1/+3 |
| * | | | | Also array_slice wide email matches of local users | Joas Schilling | 2018-03-01 | 1 | -4/+7 |
* | | | | | Merge pull request #7419 from Abijeet/feature-7175 | Morris Jobke | 2018-03-06 | 7 | -48/+71 |
|\ \ \ \ \ | |||||
| * | | | | | reuse query builder | Robin Appelman | 2018-01-12 | 3 | -10/+13 |
| * | | | | | refactor user searching | Robin Appelman | 2017-12-20 | 5 | -48/+59 |
| * | | | | | Adds search by email function on the users screen. | Abijeet | 2017-12-16 | 1 | -2/+11 |
* | | | | | | Merge pull request #8579 from nextcloud/feature/2692/merge-can-i-update | Morris Jobke | 2018-03-06 | 2 | -2/+4 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Also allow to specify the cache file name | Joas Schilling | 2018-02-28 | 2 | -2/+4 |
| | |_|_|_|/ | |/| | | | | |||||
* | | | | | | Merge pull request #5833 from nextcloud/fix_uninstall_rep_step | Morris Jobke | 2018-03-06 | 3 | -39/+9 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Remove unused and outdated hook | Morris Jobke | 2018-03-06 | 1 | -3/+0 |
| * | | | | | | Remove unused $enableAppsCache in OC_App | Tobia De Koninck | 2018-03-06 | 1 | -13/+0 |
| * | | | | | | Remove OC_App::disable method | Tobia De Koninck | 2018-03-06 | 2 | -16/+2 |
| * | | | | | | Run repair steps on uninstall in all cases | Tobia De Koninck | 2018-03-06 | 2 | -10/+10 |
| | |_|_|/ / | |/| | | | | |||||
* / | | | | | Make \OC\Security\IdentityProof strict | Roeland Jago Douma | 2018-03-05 | 3 | -10/+13 |
|/ / / / / | |||||
* | | | | | Merge pull request #8659 from nextcloud/csrf_token_strict | Roeland Jago Douma | 2018-03-05 | 4 | -13/+17 |
|\ \ \ \ \ | |||||
| * | | | | | Make \OC\Security\CSRF strict | Roeland Jago Douma | 2018-03-05 | 4 | -13/+17 |
| | |_|_|/ | |/| | | | |||||
* / | | | | Make OC\Security\CSP strict | Roeland Jago Douma | 2018-03-05 | 3 | -30/+33 |
|/ / / / | |||||
* | | | | Merge pull request #8603 from nextcloud/enc-cleanup | Morris Jobke | 2018-03-05 | 1 | -9/+0 |
|\ \ \ \ | |||||
| * | | | | this was a migration step to ownCloud 8.0 to restructure the encryption folde... | Bjoern Schiessle | 2018-03-02 | 1 | -9/+0 |
| | |_|/ | |/| | | |||||
* | | | | Fix comments | Roeland Jago Douma | 2018-03-05 | 2 | -6/+6 |
* | | | | Fix tests | Roeland Jago Douma | 2018-03-05 | 1 | -1/+1 |