Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #836 from nextcloud/php7.1 | Lukas Reschke | 2016-09-08 | 1 | -1/+1 |
|\ | | | | | Add PHP 7.1 drone tests | ||||
| * | Set default | Roeland Jago Douma | 2016-09-07 | 1 | -1/+1 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-08 | 4 | -10/+86 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-07 | 4 | -24/+56 |
| | |||||
* | Deprecate getEditionString() | Joas Schilling | 2016-09-06 | 3 | -15/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-06 | 4 | -8/+38 |
| | |||||
* | Merge pull request #1158 from nextcloud/cache_avatars | Lukas Reschke | 2016-09-05 | 1 | -2/+11 |
|\ | | | | | Cache avatars | ||||
| * | Cache avatars properly | Roeland Jago Douma | 2016-08-30 | 1 | -2/+11 |
| | | | | | | | | | | * Set proper caching headers for avatars (15 minutes) * For our own avatar use some extra logic to invalidate when we update | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-05 | 8 | -4/+16 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-04 | 8 | -130/+204 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-02 | 8 | -0/+26 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-01 | 40 | -102/+268 |
|/ | |||||
* | Fix group sorting in user list group selection | Vincent Petry | 2016-08-29 | 1 | -2/+2 |
| | |||||
* | Extra non-available groups also in list | Vincent Petry | 2016-08-29 | 1 | -2/+15 |
| | |||||
* | Users page lazy multiselect group dropdowns | Vincent Petry | 2016-08-29 | 5 | -94/+99 |
| | | | | | | | | | | Instead of pre-rendering all multiselects with lots of group entries, the current groups are now displayed as simple labels. Behind the labels there is a pencil icon like for other fields. When clicking the pencil icon, the dropdown will be spawned and will open itself. Upon closing of the dropdown, the label comes back with the updated selection and the dropdown is destroyed. | ||||
* | Merge pull request #1085 from nextcloud/fix-ffs-sharing-syntax | Roeland Jago Douma | 2016-08-26 | 1 | -1/+1 |
|\ | | | | | Fix the syntax of the federation ID share buttons | ||||
| * | Fix more HTML "syntax" | Joas Schilling | 2016-08-26 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #1053 from nextcloud/set-quota-non-int | Lukas Reschke | 2016-08-26 | 1 | -1/+1 |
|\ \ | |/ |/| | fix setting quota to default or unlimited | ||||
| * | fix setting quota to default or unlimited | Robin Appelman | 2016-08-25 | 1 | -1/+1 |
| | | |||||
* | | fix internal links in security & setup warnings, resolves #1048 | Arthur Schiwon | 2016-08-25 | 1 | -1/+1 |
|/ | |||||
* | Show hint if password policy disallows password change | Morris Jobke | 2016-08-19 | 1 | -2/+13 |
| | |||||
* | 25532_issue_password_update_notification_updated (#25756) | Jack Davis | 2016-08-19 | 1 | -1/+3 |
| | | | | | | | | | | | * Password Update Notification Added an IF ELSE statement to ensure that feedback is provided to the user on successfully updating a user password in settings. * Password Update Success Message Updated the password update success message | ||||
* | Fix some jshint errors in settings/users | Roeland Jago Douma | 2016-08-19 | 3 | -5/+12 |
| | |||||
* | SVG defintions always take the first one | Roeland Jago Douma | 2016-08-18 | 2 | -1/+3 |
| | | | | * Move filter definition out | ||||
* | Add cachebuster to app icons in the admin screen | Lukas Reschke | 2016-08-18 | 1 | -2/+2 |
| | |||||
* | Merge pull request #905 from nextcloud/invisible_icons | Morris Jobke | 2016-08-17 | 1 | -8/+9 |
|\ | | | | | Fix icons on App page in FF | ||||
| * | Fix null reference in IE | Morris Jobke | 2016-08-17 | 1 | -6/+6 |
| | | |||||
| * | Empty tags are not allowed for image and feColorMatrix in IE11 and below | Morris Jobke | 2016-08-17 | 1 | -2/+2 |
| | | |||||
| * | Remove hack | Roeland Jago Douma | 2016-08-17 | 1 | -5/+1 |
| | | |||||
| * | Introduce weird hack for Firefox | Morris Jobke | 2016-08-17 | 1 | -0/+5 |
| | | | | | | | | * everything is 4 times as big (doubled width and doubled height) | ||||
| * | Filter can't be named invert in FF | Roeland Jago Douma | 2016-08-17 | 1 | -2/+2 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2016-08-17 | 50 | -232/+236 |
| | | |||||
* | | Merge pull request #868 from nextcloud/changepasswordcontroller | Roeland Jago Douma | 2016-08-17 | 4 | -180/+256 |
|\ \ | |/ |/| | Make ChangePassword a real Controller | ||||
| * | Moved ChangePassword to an actual Controller | Roeland Jago Douma | 2016-08-17 | 4 | -180/+256 |
| | | | | | | | | | | * Still no full DI because of encryption fu * Remove old "Controller" | ||||
* | | Merge pull request #892 from nextcloud/fix_phpdoc | Roeland Jago Douma | 2016-08-17 | 1 | -1/+1 |
|\ \ | |/ |/| | Some scrutinizer phpdoc fixes | ||||
| * | Fix phpdoc | Roeland Jago Douma | 2016-08-16 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #893 from nextcloud/ie8_be_gone | Marius Blüm | 2016-08-17 | 1 | -4/+0 |
|\ \ | | | | | | | IE8 be gone! | ||||
| * | | Remove IE8 support in CertificateController | Roeland Jago Douma | 2016-08-16 | 1 | -4/+0 |
| |/ | | | | | | | * Also fix getMock warnings in tests | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2016-08-17 | 50 | -3106/+3106 |
| | | |||||
* | | Merge branch 'master' into implement_712 | Arthur Schiwon | 2016-08-16 | 11 | -55/+164 |
|\| | |||||
| * | Merge pull request #871 from nextcloud/move-apps | Marius Blüm | 2016-08-16 | 1 | -31/+32 |
| |\ | | | | | | | move apps between 'Language' and 'Session' in personal settings | ||||
| | * | move apps between 'Language' and 'Session' in personal settings | Bjoern Schiessle | 2016-08-15 | 1 | -31/+32 |
| | | | |||||
| * | | Merge pull request #834 from nextcloud/feature/similar-app-colors | Marius Blüm | 2016-08-16 | 2 | -16/+24 |
| |\ \ | | | | | | | | | Use darker colors for app icons in app management. | ||||
| | * | | Fixes image preview when fetched from the store. | Raghu Nayyar | 2016-08-15 | 1 | -4/+10 |
| | | | | |||||
| | * | | Adds opacity to image container. | Raghu Nayyar | 2016-08-11 | 1 | -1/+1 |
| | | | | |||||
| | * | | Removes uneeded styles. | Raghu Nayyar | 2016-08-11 | 1 | -10/+1 |
| | | | | |||||
| | * | | Uses javascript to invert the SVGs. | Raghu Nayyar | 2016-08-11 | 1 | -6/+17 |
| | | | | |||||
| * | | | [tx-robot] updated from transifex | Nextcloud bot | 2016-08-16 | 8 | -8/+108 |
| | | | | |||||
* | | | | for new we cannot have nested settings, default module is only appended if ↵ | Arthur Schiwon | 2016-08-16 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | available | ||||
* | | | | fix missing parameters in sharing settings page | Arthur Schiwon | 2016-08-16 | 1 | -2/+0 |
| | | | |