| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't use deprecated getIniWrapper() anymore | Joas Schilling | 2020-08-20 | 1 | -1/+1 |
* | Migrate OC_Group post_removeFromGroup hook to actual event object | Morris Jobke | 2020-07-30 | 1 | -3/+3 |
* | Correctly remove usergroup shares on removing group members | Joas Schilling | 2020-07-30 | 1 | -1/+6 |
* | Remove hook for initSession | Morris Jobke | 2020-07-07 | 1 | -8/+2 |
* | Migrate Settings to new bootstrap mechanism | Christoph Wurst | 2020-06-17 | 1 | -2/+0 |
* | Add dedicated API for apps' bootstrapping process | Christoph Wurst | 2020-06-17 | 1 | -0/+4 |
* | Add lazy events for the Node API | Roeland Jago Douma | 2020-05-28 | 1 | -0/+1 |
* | Add visibility to all methods and position of static keyword | Christoph Wurst | 2020-04-10 | 1 | -1/+1 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 1 | -25/+20 |
* | Remove trailing and in between spaces | Christoph Wurst | 2020-04-09 | 1 | -1/+1 |
* | Remove spaces after method or function call | Christoph Wurst | 2020-04-09 | 1 | -1/+1 |
* | fixes the throttler not checking the user state on postLogin | Arthur Schiwon | 2020-04-03 | 1 | -1/+1 |
* | Merge pull request #20241 from nextcloud/fix/license-headers-19 | Roeland Jago Douma | 2020-04-01 | 1 | -0/+2 |
|\ |
|
| * | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 1 | -0/+2 |
* | | Update base.php | John Molakvoæ | 2020-03-28 | 1 | -2/+1 |
* | | Update base.php | John Molakvoæ | 2020-03-28 | 1 | -1/+0 |
|/ |
|
* | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 1 | -17/+17 |
* | E_ALL already sets E_DEPRECATED | Jose Quinteiro | 2020-03-09 | 1 | -1/+1 |
* | Set error_logging correctly. Fixes #19847 | Jose Quinteiro | 2020-03-09 | 1 | -1/+5 |
* | Check that username and password are present. | Daniel Kesselberg | 2020-02-23 | 1 | -4/+6 |
* | Move overwritehost check to isTrustedDomain | Julius Härtl | 2019-12-07 | 1 | -3/+0 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -4/+9 |
* | Make sure we create an app's Application class just once | Christoph Wurst | 2019-10-11 | 1 | -1/+1 |
* | Move settings to an app | Christoph Wurst | 2019-09-28 | 1 | -1/+2 |
* | Print plain error when the error page errors too | Joas Schilling | 2019-09-16 | 1 | -20/+25 |
* | Remove deleted groups from app restrictions fixes #15823 | Greta Doci | 2019-06-27 | 1 | -0/+25 |
* | Migrate the maintenance script to a modern module and bundle | Christoph Wurst | 2019-05-16 | 1 | -1/+1 |
* | Fix placeholder in disable message | Joas Schilling | 2019-03-25 | 1 | -1/+1 |
* | Add a listener for the events | Joas Schilling | 2019-03-01 | 1 | -0/+5 |
* | Remove not used appinfo/classpath.php check | Morris Jobke | 2019-02-28 | 1 | -17/+0 |
* | Make sure maintenance mode is always casted to bool | Joas Schilling | 2019-02-22 | 1 | -4/+4 |
* | Use the defined func()->count() instead of manual counting | Joas Schilling | 2018-11-08 | 1 | -2/+2 |
* | Revert "Use APCu caching of composer" | Joas Schilling | 2018-09-19 | 1 | -2/+0 |
* | replace setcookie value with '' instead of null. | MartB | 2018-09-06 | 1 | -1/+1 |
* | Fix remnants of refactoring | Morris Jobke | 2018-07-05 | 1 | -2/+2 |
* | Do not use HTTP code OC_Response constants anymore | Morris Jobke | 2018-06-26 | 1 | -1/+1 |
* | Replace hardcoded status headers with calls to http_response_code() | Morris Jobke | 2018-06-26 | 1 | -15/+8 |
* | Server exception error pages by default with a 500 status code | Morris Jobke | 2018-06-26 | 1 | -2/+1 |
* | Server error/hint pages with a 500 error code to avoid it being seen instead ... | Morris Jobke | 2018-06-26 | 1 | -4/+4 |
* | Change status code when config is write protected | Eric Masseran | 2018-06-26 | 1 | -2/+6 |
* | Configurable list for opt out from same site cookie protection | jaltek | 2018-06-06 | 1 | -5/+12 |
* | Use APCu caching of composer | Roeland Jago Douma | 2018-05-10 | 1 | -0/+2 |
* | move log constants to ILogger | Arthur Schiwon | 2018-04-26 | 1 | -1/+2 |
* | Show a link to the docs instead of a button on the untrusted domain page | Morris Jobke | 2018-04-17 | 1 | -2/+2 |
* | Allow usage of Windows 10 WebDav Netdrive | Roeland Jago Douma | 2018-04-05 | 1 | -0/+1 |
* | Move calls to \OCP\JSON to private \OC_JSON | Roeland Jago Douma | 2018-03-22 | 1 | -2/+2 |
* | Use proper method to log exceptions | Morris Jobke | 2018-03-12 | 1 | -1/+1 |
* | Remove OC_App::disable method | Tobia De Koninck | 2018-03-06 | 1 | -1/+1 |
* | getIncompatibleApps needs a string not an array | Roeland Jago Douma | 2018-02-21 | 1 | -0/+1 |
* | Merge pull request #8096 from nextcloud/feature/6382/do-not-cache-settings-in... | Roeland Jago Douma | 2018-01-31 | 1 | -18/+0 |
|\ |
|