Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cache fetched apps in update check | Morris Jobke | 2017-11-25 | 1 | -1/+5 |
* | Merge pull request #7268 from nextcloud/update-crl | Lukas Reschke | 2017-11-24 | 1 | -10/+11 |
|\ | |||||
| * | Update CRL due to aboutconfig | Morris Jobke | 2017-11-23 | 1 | -10/+11 |
| * | Update CRL due to files_frommail | Morris Jobke | 2017-11-23 | 1 | -10/+10 |
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-11-24 | 4 | -6/+30 |
|/ | |||||
* | Merge pull request #7260 from nextcloud/cleanup-unused-code | Morris Jobke | 2017-11-23 | 3 | -30/+2 |
|\ | |||||
| * | Use basename() instead of self implementation | Morris Jobke | 2017-11-23 | 3 | -30/+2 |
|/ | |||||
* | Merge pull request #7168 from nextcloud/fix-user-list | blizzz | 2017-11-23 | 1 | -1/+1 |
|\ | |||||
| * | Fix accesslist when a user has an ID only containting 0-9 | Joas Schilling | 2017-11-14 | 1 | -1/+1 |
* | | Merge pull request #7137 from nextcloud/shared-jailed-source-root | Morris Jobke | 2017-11-23 | 3 | -1/+64 |
|\ \ | |||||
| * | | Use the correct root for shared jail when the source storage is also a jail | Robin Appelman | 2017-11-10 | 3 | -1/+64 |
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-11-23 | 14 | -16/+144 |
* | | | Merge pull request #7247 from nextcloud/give-audio-icons-shadow | Jan-Christoph Borchardt | 2017-11-22 | 1 | -0/+4 |
|\ \ \ | |||||
| * | | | Give audio-white and audio-off-white shadow via CSS | Marin Treselj | 2017-11-22 | 1 | -0/+4 |
* | | | | Merge pull request #7239 from nextcloud/larger-close-button | Jan-Christoph Borchardt | 2017-11-22 | 3 | -4/+4 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Less exaggerated size increase for close icon | Marin Treselj | 2017-11-21 | 2 | -2/+2 |
| * | | | Make close icon fill more space | Marin Treselj | 2017-11-21 | 3 | -4/+4 |
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-11-22 | 4 | -0/+6 |
|/ / / | |||||
* | | | Merge pull request #7236 from nextcloud/remove-deprecated-icons | John Molakvoæ | 2017-11-21 | 5 | -18/+0 |
|\ \ \ | |||||
| * | | | Remove unused, deprecated icons | Marin Treselj | 2017-11-21 | 5 | -18/+0 |
|/ / / | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-11-21 | 4 | -0/+18 |
* | | | Merge pull request #7230 from nextcloud/fix-autoload-section-failure | Morris Jobke | 2017-11-20 | 1 | -0/+5 |
|\ \ \ | |||||
| * | | | Remove wrong entry in admin_settings that causes 500 | Morris Jobke | 2017-11-20 | 1 | -0/+5 |
* | | | | Merge pull request #7231 from nextcloud/fix-broken-svg-5 | Morris Jobke | 2017-11-20 | 24 | -29/+22 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Make user-related icons bigger. | Marin Treselj | 2017-11-20 | 6 | -5/+5 |
| * | | | Re-optimize and clean up settings, social and logo icons | Marin Treselj | 2017-11-20 | 21 | -26/+19 |
|/ / / | |||||
* | | | Merge pull request #7047 from nextcloud/add-support-for-files-with-no-permiss... | Björn Schießle | 2017-11-20 | 10 | -52/+61 |
|\ \ \ | |||||
| * | | | Set read permission for files based on the data returned by the server | Daniel Calviño Sánchez | 2017-11-02 | 2 | -14/+18 |
| * | | | Fix tests for parsing of permissions | Daniel Calviño Sánchez | 2017-11-02 | 1 | -16/+1 |
| * | | | Fix asserts silently not executed | Daniel Calviño Sánchez | 2017-11-02 | 1 | -5/+5 |
| * | | | Remove requeriment for read permission on some actions | Daniel Calviño Sánchez | 2017-11-02 | 2 | -2/+2 |
| * | | | Add proper handling of files without permissions | Daniel Calviño Sánchez | 2017-11-02 | 4 | -2/+17 |
| * | | | Return whether the file is readable or not in the DAV permissions | Daniel Calviño Sánchez | 2017-11-02 | 3 | -15/+20 |
* | | | | Merge pull request #7195 from nextcloud/app-content-list | Morris Jobke | 2017-11-20 | 1 | -0/+193 |
|\ \ \ \ | |||||
| * | | | | Increase clickable area of actions to 44*44px | Jan-Christoph Borchardt | 2017-11-20 | 1 | -3/+7 |
| * | | | | Move star to top right instead of top left, fix checkbox overlay | Jan-Christoph Borchardt | 2017-11-20 | 1 | -1/+1 |
| * | | | | Reduce size of date in list | Jan-Christoph Borchardt | 2017-11-20 | 1 | -1/+2 |
| * | | | | Checkboxes and favourite fix | John Molakvoæ (skjnldsv) | 2017-11-17 | 1 | -8/+10 |
| * | | | | Checkboxes and various design fixes | John Molakvoæ (skjnldsv) | 2017-11-16 | 1 | -20/+51 |
| * | | | | Add app content list | John Molakvoæ (skjnldsv) | 2017-11-16 | 1 | -0/+155 |
* | | | | | Merge pull request #7211 from nextcloud/fix-5916 | Morris Jobke | 2017-11-20 | 1 | -3/+3 |
|\ \ \ \ \ | |||||
| * | | | | | only replace permission popupmenu | Arthur Schiwon | 2017-11-17 | 1 | -3/+3 |
* | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-11-20 | 22 | -42/+134 |
* | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-11-19 | 18 | -12/+52 |
* | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-11-18 | 10 | -0/+16 |
* | | | | | | Merge pull request #7121 from nextcloud/fix_7119 | Roeland Jago Douma | 2017-11-17 | 4 | -10/+69 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Fix tests | Roeland Jago Douma | 2017-11-17 | 3 | -9/+67 |
| * | | | | | | If there is no internet connection don't try to contact appstore | Roeland Jago Douma | 2017-11-17 | 1 | -1/+2 |
|/ / / / / / | |||||
* | | | | | | Merge pull request #7163 from nextcloud/force-breaks-on-extremely-long-words-... | Jan-Christoph Borchardt | 2017-11-17 | 1 | -0/+2 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | Force breaks on extremely long words | Daniel Calviño Sánchez | 2017-11-17 | 1 | -0/+2 |