Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed alignment of items in comments | John Molakvoæ (skjnldsv) | 2017-11-23 | 1 | -1/+3 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Fixed contact menu horizontal position | John Molakvoæ (skjnldsv) | 2017-11-23 | 1 | -1/+1 |
| | | | | | | The arrow tip was 1px off from the avatar centre. Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | 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 | ||||
| * | Give audio-white and audio-off-white shadow via CSS | Marin Treselj | 2017-11-22 | 1 | -0/+4 |
| | | | | | | | | Signed-off-by: Marin Treselj <marin@pixelipo.com> | ||||
* | | Merge pull request #7239 from nextcloud/larger-close-button | Jan-Christoph Borchardt | 2017-11-22 | 2 | -2/+2 |
|\ \ | |/ |/| | Make close icon fill more space | ||||
| * | Less exaggerated size increase for close icon | Marin Treselj | 2017-11-21 | 2 | -2/+2 |
| | | | | | | | | Signed-off-by: Marin Treselj <marin@pixelipo.com> | ||||
| * | Make close icon fill more space | Marin Treselj | 2017-11-21 | 2 | -2/+2 |
| | | | | | | | | Signed-off-by: Marin Treselj <marin@pixelipo.com> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-11-22 | 4 | -0/+6 |
|/ | |||||
* | Remove unused, deprecated icons | Marin Treselj | 2017-11-21 | 5 | -18/+0 |
| | | | | Signed-off-by: Marin Treselj <marin@pixelipo.com> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-11-21 | 2 | -0/+2 |
| | |||||
* | Make user-related icons bigger. | Marin Treselj | 2017-11-20 | 3 | -3/+3 |
| | | | | Signed-off-by: Marin Treselj <marin@pixelipo.com> | ||||
* | Re-optimize and clean up settings, social and logo icons | Marin Treselj | 2017-11-20 | 11 | -10/+10 |
| | | | | Signed-off-by: Marin Treselj <marin@pixelipo.com> | ||||
* | Merge pull request #7047 from ↵ | Björn Schießle | 2017-11-20 | 3 | -33/+23 |
|\ | | | | | | | | | nextcloud/add-support-for-files-with-no-permissions Add support for files with no permissions | ||||
| * | Set read permission for files based on the data returned by the server | Daniel Calviño Sánchez | 2017-11-02 | 2 | -14/+18 |
| | | | | | | | | | | | | | | | | Now that the permissions returned by the server specify whether a file is readable or not the frontend no longer needs to assume that every file is readable. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> | ||||
| * | Fix tests for parsing of permissions | Daniel Calviño Sánchez | 2017-11-02 | 1 | -16/+1 |
| | | | | | | | | | | | | | | Now that these tests are executed they are revealed to be partially obsolete; they were fixed to match the current parsing behaviour. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> | ||||
| * | Fix asserts silently not executed | Daniel Calviño Sánchez | 2017-11-02 | 1 | -5/+5 |
| | | | | | | | | | | | | | | The first parameter of "apply" must be the object to act as "this", and the Promise callback gets the parameters provided in the "resolve". Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> | ||||
| * | Add proper handling of files without permissions | Daniel Calviño Sánchez | 2017-11-02 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | Now a file gets its directory permissions only if it contained no permissions (they were undefined or null), but not if its permissions were set to "NONE". Besides that, now file actions that do not require any permission on the file to be performed can be used on files that have no permissions. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> | ||||
* | | Merge pull request #7195 from nextcloud/app-content-list | Morris Jobke | 2017-11-20 | 1 | -0/+193 |
|\ \ | | | | | | | Add app content list | ||||
| * | | Increase clickable area of actions to 44*44px | Jan-Christoph Borchardt | 2017-11-20 | 1 | -3/+7 |
| | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
| * | | Move star to top right instead of top left, fix checkbox overlay | Jan-Christoph Borchardt | 2017-11-20 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
| * | | Reduce size of date in list | Jan-Christoph Borchardt | 2017-11-20 | 1 | -1/+2 |
| | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
| * | | Checkboxes and favourite fix | John Molakvoæ (skjnldsv) | 2017-11-17 | 1 | -8/+10 |
| | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
| * | | Checkboxes and various design fixes | John Molakvoæ (skjnldsv) | 2017-11-16 | 1 | -20/+51 |
| | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
| * | | Add app content list | John Molakvoæ (skjnldsv) | 2017-11-16 | 1 | -0/+155 |
| | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | | Merge pull request #7211 from nextcloud/fix-5916 | Morris Jobke | 2017-11-20 | 1 | -3/+3 |
|\ \ \ | | | | | | | | | only replace permission popupmenu | ||||
| * | | | only replace permission popupmenu | Arthur Schiwon | 2017-11-17 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the contacts popovermenu is also present and is being replaces, ending up in two permission popupmenus with checkboxes duplicating the id, breaking further permission changes. plus, fixing a selector Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-11-20 | 4 | -2/+66 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-11-19 | 4 | -0/+8 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-11-18 | 4 | -0/+10 |
|/ / / | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-11-17 | 10 | -2/+66 |
| | | | |||||
* | | | Merge pull request #7199 from nextcloud/fix-style-of-reset-password-form | Morris Jobke | 2017-11-16 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Adjust style of new password form to default | ||||
| * | | | Adjust style of new password form to default | Morris Jobke | 2017-11-16 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | | Merge pull request #7167 from nextcloud/password-button-overflow | Morris Jobke | 2017-11-16 | 1 | -2/+11 |
|\ \ \ \ | |/ / / |/| | | | Fix reset password button overflow | ||||
| * | | | Fix reset password button overflow | Jan-Christoph Borchardt | 2017-11-14 | 1 | -2/+11 |
| | | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | | | | Re-optimize filetype and category icons | Marin Treselj | 2017-11-16 | 33 | -34/+33 |
| | | | | | | | | | | | | | | | | Signed-off-by: Marin Treselj <marin@pixelipo.com> | ||||
* | | | | Merge pull request #7188 from nextcloud/fix-broken-svg-2 | Morris Jobke | 2017-11-16 | 16 | -15/+15 |
|\ \ \ \ | | | | | | | | | | | Re-optimize places and files icons | ||||
| * | | | | Re-optimize places and files icons | Marin Treselj | 2017-11-15 | 16 | -15/+15 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marin Treselj <marin@pixelipo.com> | ||||
* | | | | | Merge pull request #7189 from nextcloud/security-games-icons | Morris Jobke | 2017-11-16 | 2 | -0/+9 |
|\ \ \ \ \ | | | | | | | | | | | | | Added security and games icons | ||||
| * | | | | | Clean up and re-optimize games icon | Marin Treselj | 2017-11-16 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marin Treselj <marin@pixelipo.com> | ||||
| * | | | | | Added security and games icons | John Molakvoæ (skjnldsv) | 2017-11-15 | 2 | -0/+9 |
| | |/ / / | |/| | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-11-16 | 16 | -0/+60 |
| |_|/ / |/| | | | |||||
* | | | | Merge pull request #7177 from nextcloud/fix-black-transparent-dialogs | Jan-Christoph Borchardt | 2017-11-15 | 1 | -1/+1 |
|\ \ \ \ | |_|/ / |/| | | | Fix linear gradient from black to white in dialogs in Safari | ||||
| * | | | Fix linear gradient from black to white in dialogs in Safari | Morris Jobke | 2017-11-14 | 1 | -1/+1 |
| |/ / | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* / / | [tx-robot] updated from transifex | Nextcloud bot | 2017-11-15 | 114 | -228/+228 |
|/ / | |||||
* | | Merge pull request #7130 from nextcloud/fix-broken-svg | Jan-Christoph Borchardt | 2017-11-14 | 93 | -193/+85 |
|\ \ | | | | | | | Optimize SVG icons | ||||
| * | | Fix settings-white icon | Marin Treselj | 2017-11-14 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Marin Treselj <marin@pixelipo.com> | ||||
| * | | Actions icons fixed and re-optimized | Marin Treselj | 2017-11-13 | 11 | -32/+8 |
| | | | | | | | | | | | | Signed-off-by: Marin Treselj <marin@pixelipo.com> | ||||
| * | | third batch of fixed and re-optimized icons | Marin Treselj | 2017-11-10 | 18 | -48/+18 |
| | | | | | | | | | | | | Signed-off-by: Marin Treselj <marin@pixelipo.com> | ||||
| * | | second batch of fixed and re-optimized icons | Marin Treselj | 2017-11-10 | 24 | -22/+22 |
| | | | | | | | | | | | | Signed-off-by: Marin Treselj <marin@pixelipo.com> | ||||
| * | | Fixes #4076 - first batch of fixed and re-optimized icons | Marin Treselj | 2017-11-06 | 40 | -91/+37 |
| | | | | | | | | | | | | Signed-off-by: Marin Treselj <marin@pixelipo.com> |