| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #25238 from nextcloud/enh/noid/apps-defacto-in-root | Roeland Jago Douma | 2021-01-21 | 1 | -9/+2 |
|\ |
|
| * | Apps folder is defacto in root folder and not above | Morris Jobke | 2021-01-20 | 1 | -9/+2 |
* | | Re-use fetched dependencies in lib/base.php | Morris Jobke | 2021-01-20 | 1 | -39/+37 |
|/ |
|
* | Merge pull request #25015 from nextcloud/fix/no-double-intl-polyfill | Roeland Jago Douma | 2021-01-08 | 1 | -2/+1 |
|\ |
|
| * | Replace patchwork/utf8 with symfony-polyfill-* | Christoph Wurst | 2021-01-07 | 1 | -2/+1 |
* | | Remove useless ini_set functions | Carlos Ferreira | 2021-01-07 | 1 | -5/+0 |
|/ |
|
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 1 | -1/+1 |
* | Make $vars and $secureRandom required. | Daniel Kesselberg | 2020-12-10 | 1 | -1/+1 |
* | Allow lazy app registration | Christoph Wurst | 2020-11-18 | 1 | -1/+1 |
* | Remove some IRouter methods | Roeland Jago Douma | 2020-11-17 | 1 | -1/+1 |
* | Removed config.js | John Molakvoæ | 2020-11-09 | 1 | -1/+0 |
* | Do not setup the default FS on normal routes | Roeland Jago Douma | 2020-11-06 | 1 | -1/+0 |
* | Use auto-wiring on most outer level | Joas Schilling | 2020-10-20 | 1 | -1/+1 |
* | PSR logger for accounts | Joas Schilling | 2020-10-20 | 1 | -1/+1 |
* | Fix type errors detected by Psalm | Christoph Wurst | 2020-10-14 | 1 | -0/+1 |
* | Format code to a single space around binary operators | Christoph Wurst | 2020-10-05 | 1 | -1/+1 |
* | 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 |