| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | Add interfaces to interact with subscription from support app | Morris Jobke | 2019-05-13 | 8 | -0/+247 |
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-05-12 | 2 | -0/+12 |
|/ / |
|
* | | [tx-robot] updated from transifex | Nextcloud bot | 2019-05-10 | 2 | -2/+94 |
* | | Update autoloader | Morris Jobke | 2019-05-09 | 2 | -0/+2 |
* | | Allow crash reporters to catpture any message | Christoph Wurst | 2019-05-09 | 4 | -11/+98 |
* | | Use non-absolute logout URL to fix wrong URL in reverse proxy scenario | Morris Jobke | 2019-05-08 | 1 | -1/+1 |
* | | Merge pull request #15308 from nextcloud/fix/13550/logging | Morris Jobke | 2019-05-08 | 1 | -3/+25 |
|\ \ |
|
| * | | fix class might be undefined | Joas Schilling | 2019-05-08 | 1 | -2/+2 |
| * | | remove args from logging of common-spelled methods dependent on class | Arthur Schiwon | 2019-05-07 | 1 | -10/+24 |
| * | | remove setup args from logging | Arthur Schiwon | 2019-05-06 | 1 | -0/+8 |
* | | | Merge pull request #15259 from nextcloud/bugfix/15256-wrong-column-type | Morris Jobke | 2019-05-07 | 3 | -1/+5 |
|\ \ \ |
|
| * | | | Add second migration for addColumn | Daniel Kesselberg | 2019-05-02 | 2 | -0/+2 |
| * | | | Set type for access column on cacheAccessForCollection | Daniel Kesselberg | 2019-05-02 | 1 | -1/+1 |
| * | | | Migration to change column type from smallint to boolean | Daniel Kesselberg | 2019-05-02 | 2 | -0/+2 |
* | | | | Add a login chain to reduce the complexity of LoginController::tryLogin | Christoph Wurst | 2019-05-07 | 19 | -1/+1084 |
* | | | | remove extra param in cache update call | Robin Appelman | 2019-05-07 | 1 | -2/+2 |
* | | | | Move OC.appswebroots to the bundle and deprecate oc_appswebroots | Christoph Wurst | 2019-05-07 | 1 | -1/+1 |
* | | | | Merge pull request #15385 from nextcloud/bugfix/noid/broken-federated-shares | blizzz | 2019-05-06 | 1 | -0/+3 |
|\ \ \ \ |
|
| * | | | | Make sure all middlewares are only registered once | Joas Schilling | 2019-05-06 | 1 | -0/+3 |
* | | | | | Move oc_webroot, OC.webroot and OC.getRootPath() to the bundle | Christoph Wurst | 2019-05-06 | 1 | -1/+1 |
| |_|/ /
|/| | | |
|
* | | | | Move oc_debug to the bundle | Christoph Wurst | 2019-05-06 | 1 | -1/+1 |
|/ / / |
|
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-05-05 | 2 | -0/+2 |
* | | | Deprecate oc_isadmin and move OC.isUserAdmin() to the bundle | Christoph Wurst | 2019-05-03 | 1 | -1/+1 |
|/ / |
|
* / | Move oc_config to the bundle | Christoph Wurst | 2019-05-02 | 1 | -1/+1 |
|/ |
|
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-05-01 | 2 | -0/+2 |
* | Merge pull request #15289 from nextcloud/bugfix/15229/fix-non-default-prefixes | Morris Jobke | 2019-04-30 | 1 | -1/+1 |
|\ |
|
| * | Remove the custom prefix from the table name length when checking on the defa... | Joas Schilling | 2019-04-30 | 1 | -1/+1 |
* | | take return of mkdir into account, throw exception on failure | Arthur Schiwon | 2019-04-29 | 1 | -1/+3 |
|/ |
|
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-04-29 | 2 | -2/+2 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-04-28 | 2 | -0/+2 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-04-27 | 2 | -0/+4 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-04-26 | 2 | -2/+2 |
* | Merge pull request #15141 from nextcloud/fix/noid/regenerate-seen-users-only | Roeland Jago Douma | 2019-04-24 | 1 | -2/+0 |
|\ |
|
| * | remove obsolete use statements | Arthur Schiwon | 2019-04-24 | 1 | -2/+0 |
* | | Merge pull request #15168 from nextcloud/fix/13554/always_tmpfile_for_swift | Roeland Jago Douma | 2019-04-24 | 1 | -8/+3 |
|\ \ |
|
| * | | Always use a temp file for swift writes | Roeland Jago Douma | 2019-04-18 | 1 | -8/+3 |
* | | | Merge pull request #15165 from nextcloud/techdebt/noid/cleanup-legacy-share-code | John Molakvoæ | 2019-04-23 | 2 | -78/+11 |
|\ \ \ |
|
| * | | | Deprecate legacy share code and cleanup some unused methods | Morris Jobke | 2019-04-18 | 2 | -78/+11 |
| |/ / |
|
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-04-22 | 2 | -34/+86 |
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-04-21 | 2 | -88/+186 |
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-04-20 | 2 | -0/+2 |
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-04-19 | 126 | -1828/+1828 |
|/ / |
|
* | | Merge pull request #14572 from nextcloud/techdebt/noid/cleanup-legacy-share.p... | Morris Jobke | 2019-04-18 | 1 | -504/+47 |
|\ \ |
|
| * | | Cleanup legacy Share.php from unused code | Morris Jobke | 2019-04-17 | 1 | -504/+47 |
| |/ |
|
* | | Merge pull request #15152 from nextcloud/enhancement/noid/contactsmenu-sharin... | Morris Jobke | 2019-04-18 | 1 | -5/+15 |
|\ \ |
|
| * | | Respect sharing enumeration config in contacts menu | Julius Härtl | 2019-04-18 | 1 | -5/+15 |
| |/ |
|
* | | Merge pull request #14363 from nextcloud/debt/cleanup-httpservice | Morris Jobke | 2019-04-18 | 2 | -63/+38 |
|\ \
| |/
|/| |
|
| * | Refactor getProxyUri | Daniel Kesselberg | 2019-04-16 | 1 | -9/+6 |
| * | Set User-Agent as header without middleware | Daniel Kesselberg | 2019-04-16 | 2 | -57/+35 |
* | | Merge pull request #15129 from nextcloud/enh/share_repair_step | Roeland Jago Douma | 2019-04-17 | 5 | -0/+247 |
|\ \
| |/
|/| |
|