Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #11678 from nextcloud/refactor/settings-axios-lib | Julius Härtl | 2018-10-08 | 12 | -65/+40 |
|\ | |||||
| * | Remove useless promise transformation | Christoph Wurst | 2018-10-08 | 9 | -29/+19 |
| * | Replace hand-crafted request token logic by nextcloud-axios lib | Christoph Wurst | 2018-10-08 | 4 | -41/+26 |
* | | Merge pull request #11664 from nextcloud/feature/noid/has-been-interrupted-th... | Roeland Jago Douma | 2018-10-08 | 3 | -38/+28 |
|\ \ | |||||
| * | | Rename method to abortIfInterrupted | Daniel Kesselberg | 2018-10-08 | 3 | -10/+10 |
| * | | Adjust code for changed method signature | Daniel Kesselberg | 2018-10-07 | 2 | -30/+16 |
| * | | Refactor method to throw exception instead of true/false | Daniel Kesselberg | 2018-10-07 | 1 | -7/+11 |
* | | | Merge pull request #11679 from nextcloud/refactor/remove-ie8-apis | Morris Jobke | 2018-10-08 | 3 | -31/+0 |
|\ \ \ | |||||
| * | | | Remove outdated comment | Christoph Wurst | 2018-10-08 | 1 | -8/+0 |
| * | | | Remove OC.isIE8 | Christoph Wurst | 2018-10-08 | 1 | -10/+0 |
| * | | | Remove OC.scaleFixForIE8 | Christoph Wurst | 2018-10-08 | 3 | -13/+0 |
| | |/ | |/| | |||||
* | | | Merge pull request #11518 from nextcloud/feature/noid/save-s3-requests | Morris Jobke | 2018-10-08 | 1 | -9/+59 |
|\ \ \ | |||||
| * | | | Remove value from cache on delete/clear | Daniel Kesselberg | 2018-10-08 | 1 | -0/+2 |
| * | | | Use helper method for content length and last modified | Daniel Kesselberg | 2018-10-01 | 1 | -11/+54 |
| * | | | Reuse information from ListObjects for stat / filetype | Daniel Kesselberg | 2018-09-30 | 1 | -0/+5 |
* | | | | Merge pull request #11682 from nextcloud/refactor/remove-deprecated-unused-fi... | Morris Jobke | 2018-10-08 | 2 | -16/+0 |
|\ \ \ \ | |||||
| * | | | | Remove deprecated and unused fileDownloadPath | Christoph Wurst | 2018-10-08 | 2 | -16/+0 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #11681 from nextcloud/refactor/remove-deprecated-getScroll... | Morris Jobke | 2018-10-08 | 1 | -7/+0 |
|\ \ \ \ | |||||
| * | | | | Remove deprecated window.getScrollBarWidth | Christoph Wurst | 2018-10-08 | 1 | -7/+0 |
| |/ / / | |||||
* | | | | Merge pull request #11680 from nextcloud/refactor/remove-deprecated-svg-apis | Morris Jobke | 2018-10-08 | 3 | -33/+1 |
|\ \ \ \ | |||||
| * | | | | Remove deprecated SVG helpers for old IEs | Christoph Wurst | 2018-10-08 | 3 | -33/+1 |
| |/ / / | |||||
* | | | | Merge pull request #10782 from nextcloud/fix/10774/deadtagaction | Morris Jobke | 2018-10-08 | 2 | -3/+2 |
|\ \ \ \ | |||||
| * | | | | in 14 the click action gets lost in the Backbone view. | Arthur Schiwon | 2018-08-21 | 2 | -3/+2 |
* | | | | | Merge pull request #10839 from nextcloud/bugfix/10212/use_class_implementation | Morris Jobke | 2018-10-08 | 7 | -60/+194 |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| * | | | | RoomManager/ResourceManager: Inject IServerContainer instead of using OC Server | Georg Ehrke | 2018-10-08 | 4 | -40/+88 |
| * | | | | adjust Calendar resource / room interfaces to use class implementation | Georg Ehrke | 2018-10-08 | 7 | -58/+144 |
* | | | | | Merge pull request #11599 from nextcloud/feature/7136/workflow-engine-filename | Morris Jobke | 2018-10-08 | 3 | -0/+157 |
|\ \ \ \ \ | |||||
| * | | | | | Fix typo | Daniel Kesselberg | 2018-10-08 | 1 | -1/+1 |
| * | | | | | Ignore case for is and !is | Daniel Kesselberg | 2018-10-05 | 1 | -4/+9 |
| * | | | | | Change placeholder | Daniel Kesselberg | 2018-10-04 | 1 | -2/+2 |
| * | | | | | Remove unused import | Daniel Kesselberg | 2018-10-04 | 1 | -2/+0 |
| * | | | | | Make code strict | Daniel Kesselberg | 2018-10-03 | 1 | -2/+3 |
| * | | | | | Add FileName to Workflow engine | Daniel Kesselberg | 2018-10-03 | 3 | -0/+153 |
* | | | | | | Merge pull request #11671 from nextcloud/refactor/rename-admin-security-section | Morris Jobke | 2018-10-08 | 6 | -11/+11 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Fix reference to template in tests | Christoph Wurst | 2018-10-08 | 1 | -2/+2 |
| * | | | | | | Rename admin security settings template | Christoph Wurst | 2018-10-08 | 2 | -1/+1 |
| * | | | | | | Rename admin security section | Christoph Wurst | 2018-10-08 | 5 | -8/+8 |
* | | | | | | | Merge pull request #10898 from nextcloud/feature/10684/default-logo-color-the... | Morris Jobke | 2018-10-08 | 27 | -53/+237 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Adapts the theming util to the new core logo image path | Michael Weimann | 2018-10-04 | 2 | -3/+3 |
| * | | | | | | | Fixes the logo test | Michael Weimann | 2018-10-03 | 1 | -2/+2 |
| * | | | | | | | Refactors the scss svg functions | Michael Weimann | 2018-10-02 | 9 | -20/+185 |
| * | | | | | | | Updates inverted logo handling to work like the app icons | Michael Weimann | 2018-10-02 | 5 | -162/+27 |
| * | | | | | | | Moves the logo files to logo | Michael Weimann | 2018-10-02 | 19 | -41/+35 |
| * | | | | | | | Switches the default logo color depending on the primary color | Michael Weimann | 2018-10-02 | 6 | -8/+168 |
* | | | | | | | | Merge pull request #11620 from nextcloud/followup/11615 | Morris Jobke | 2018-10-08 | 6 | -9/+20 |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | |||||
| * | | | | | | | Extract translated strings of compiled handlebars | Roeland Jago Douma | 2018-10-05 | 6 | -9/+20 |
* | | | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-10-08 | 2 | -0/+2 |
| |_|_|/ / / / |/| | | | | | | |||||
* | | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-10-07 | 24 | -68/+122 |
* | | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-10-06 | 4 | -0/+34 |
* | | | | | | | Merge pull request #11636 from nextcloud/deprecation/remove/publishActivity | Joas Schilling | 2018-10-05 | 3 | -93/+0 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | |