Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused core wrappers | Roeland Jago Douma | 2016-08-25 | 1 | -20/+0 |
* | AvatarController cleanup | Roeland Jago Douma | 2016-08-25 | 3 | -96/+106 |
* | Merge pull request #1036 from nextcloud/query-logger-stack | Joas Schilling | 2016-08-25 | 3 | -2/+33 |
|\ | |||||
| * | add stacktrace to query logger | Robin Appelman | 2016-08-24 | 3 | -2/+33 |
* | | Merge pull request #1046 from nextcloud/dep_getHTTPHelper | blizzz | 2016-08-25 | 8 | -32/+77 |
|\ \ | |||||
| * | | Fix tests | Roeland Jago Douma | 2016-08-24 | 1 | -13/+44 |
| * | | HTTPHelper is deprecated | Roeland Jago Douma | 2016-08-24 | 7 | -19/+33 |
* | | | Merge pull request #1044 from nextcloud/master-add-cache-buster | Lukas Reschke | 2016-08-25 | 1 | -71/+71 |
|\ \ \ | |/ / |/| | | |||||
| * | | Add cachebuster to icons.css | Lukas Reschke | 2016-08-24 | 1 | -71/+71 |
|/ / | |||||
* | | Merge pull request #1033 from nextcloud/fix_theming_autoloader_magic | Roeland Jago Douma | 2016-08-24 | 2 | -7/+12 |
|\ \ | |||||
| * | | Require a ThemingDefaults class again | Roeland Jago Douma | 2016-08-24 | 1 | -3/+2 |
| * | | Dark autoloader magic for ThemingDefaults | Roeland Jago Douma | 2016-08-24 | 1 | -4/+10 |
* | | | Merge pull request #936 from nextcloud/better-dav-display-names | Lukas Reschke | 2016-08-24 | 10 | -29/+83 |
|\ \ \ | |||||
| * | | | Better displaynames for shared address books | Joas Schilling | 2016-08-24 | 5 | -11/+44 |
| * | | | Better displaynames for shared calendars | Joas Schilling | 2016-08-24 | 7 | -18/+39 |
| |/ / | |||||
* | | | Merge pull request #1024 from nextcloud/remove-password-reset-link-after-succ... | Lukas Reschke | 2016-08-24 | 4 | -21/+44 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Move the reset token to core app | Joas Schilling | 2016-08-23 | 4 | -25/+25 |
| * | | Remove "password reset token" after successful login | Joas Schilling | 2016-08-23 | 2 | -0/+23 |
* | | | Merge pull request #1030 from nextcloud/master_1013 | Roeland Jago Douma | 2016-08-24 | 1 | -0/+4 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Do not error on NotFoundException | Roeland Jago Douma | 2016-08-24 | 1 | -0/+4 |
|/ / | |||||
* | | Merge pull request #1007 from nextcloud/shared-storage-non-recursive | Lukas Reschke | 2016-08-23 | 6 | -125/+125 |
|\ \ | |||||
| * | | prevent infinite recursion while getting storage from mount | Robin Appelman | 2016-08-23 | 3 | -12/+18 |
| * | | handle failed shares | Robin Appelman | 2016-08-22 | 1 | -1/+3 |
| * | | Lazy init shared storage | Robin Appelman | 2016-08-22 | 1 | -17/+9 |
| * | | reuse existing root id | Robin Appelman | 2016-08-22 | 1 | -1/+1 |
| * | | Allow jail wrappers to lazily initialize the source storage | Robin Appelman | 2016-08-22 | 1 | -41/+41 |
| * | | Allow storage wrappers to lazily initialize the source storage | Robin Appelman | 2016-08-22 | 1 | -55/+55 |
* | | | Merge pull request #995 from nextcloud/workflow-section | Lukas Reschke | 2016-08-23 | 8 | -13/+92 |
|\ \ \ | |||||
| * | | | Save the container with the app's namespace so we can resolve it | Joas Schilling | 2016-08-22 | 1 | -1/+2 |
| * | | | fix wrong var name | Arthur Schiwon | 2016-08-22 | 1 | -1/+1 |
| * | | | Move admin settings to workflow section | Joas Schilling | 2016-08-22 | 3 | -3/+3 |
| * | | | adjust test | Arthur Schiwon | 2016-08-22 | 1 | -11/+6 |
| * | | | enlist only registered sections that also have settings registered to | Arthur Schiwon | 2016-08-22 | 2 | -7/+29 |
| * | | | add section to worklfowengine | Arthur Schiwon | 2016-08-22 | 2 | -1/+62 |
* | | | | Merge pull request #1005 from nextcloud/fix_994 | Lukas Reschke | 2016-08-23 | 5 | -10/+103 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | put file handling into a section again | Arthur Schiwon | 2016-08-22 | 1 | -16/+18 |
| * | | | Do not error on maxUploadChange | Roeland Jago Douma | 2016-08-22 | 5 | -23/+114 |
* | | | | Merge pull request #1017 from nextcloud/cache-registered-autoloaders | Roeland Jago Douma | 2016-08-23 | 1 | -0/+6 |
|\ \ \ \ | |||||
| * | | | | Cache registered autoloaders | Lukas Reschke | 2016-08-22 | 1 | -0/+6 |
* | | | | | Merge pull request #956 from nextcloud/fix_952 | Lukas Reschke | 2016-08-23 | 3 | -79/+42 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | When requesting a permalink to an invalid file redirect | Roeland Jago Douma | 2016-08-19 | 2 | -7/+10 |
| * | | | | When using permalinks don't error out if file id can't be found | Roeland Jago Douma | 2016-08-19 | 3 | -75/+35 |
* | | | | | Merge pull request #1015 from nextcloud/1012-master | Lukas Reschke | 2016-08-22 | 2 | -0/+19 |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| * | | | | add test | Arthur Schiwon | 2016-08-22 | 1 | -0/+16 |
| * | | | | hide parameters of tryLogin when logging | Arthur Schiwon | 2016-08-22 | 1 | -0/+3 |
|/ / / / | |||||
* | | | | Merge pull request #1006 from nextcloud/fix_theming_admin_di | blizzz | 2016-08-22 | 1 | -2/+3 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | fixes registering of theming settings where server return OC_Defaults instead... | Arthur Schiwon | 2016-08-22 | 1 | -2/+3 |
|/ / / | |||||
* | | | Merge pull request #965 from nextcloud/master-files-render-hidden-files-hidden | Joas Schilling | 2016-08-22 | 4 | -31/+82 |
|\ \ \ | |||||
| * | | | Fix hidden files handling | Vincent Petry | 2016-08-19 | 4 | -31/+82 |
* | | | | Merge pull request #1000 from nextcloud/mail_icon_share | Roeland Jago Douma | 2016-08-22 | 3 | -5/+5 |
|\ \ \ \ | |_|_|/ |/| | | |