Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-03-29 | 30 | -12/+64 |
| | |||||
* | Fix various theming issues on bright colors | Julius Härtl | 2019-03-28 | 1 | -3/+22 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-03-28 | 52 | -62/+74 |
| | |||||
* | Merge pull request #14883 from nextcloud/bugfix/14156/checkboxes-light-theme | Christoph Wurst | 2019-03-27 | 5 | -7/+38 |
|\ | | | | | Fix light theme form elements | ||||
| * | Fix light primary button styling | Julius Härtl | 2019-03-27 | 3 | -7/+4 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | Fix checkbox styling with dark theme | Julius Härtl | 2019-03-27 | 1 | -0/+12 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | Darken element color and add exception for primary buttons | Julius Härtl | 2019-03-27 | 2 | -1/+23 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | Merge pull request #14829 from nextcloud/backupcodes-theme-name | Roeland Jago Douma | 2019-03-27 | 4 | -7/+15 |
|\ \ | | | | | | | Use name from theme when downloading/printing twofactor backup codes. | ||||
| * | | Use name from theme when downloading/printing twofactor backup codes. | Joachim Bauch | 2019-03-26 | 4 | -7/+15 |
| | | | | | | | | | | | | | | | Signed-off-by: Joachim Bauch <bauch@struktur.de> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | | Merge pull request #14886 from nextcloud/bugfix/13028/open-folder-share-list | Christoph Wurst | 2019-03-27 | 1 | -1/+6 |
|\ \ \ | | | | | | | | | Fix opening folders from different file lists | ||||
| * | | | Fix opening folders from different file lists | Julius Härtl | 2019-03-27 | 1 | -1/+6 |
| | |/ | |/| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | | Merge pull request #14878 from nextcloud/bugfix/noid/name-all-indexes | Julius Härtl | 2019-03-27 | 1 | -2/+2 |
|\ \ \ | |/ / |/| | | Make sure all tables have named indexes | ||||
| * | | Deduplicate index names | Joas Schilling | 2019-03-27 | 1 | -2/+2 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | Make sure all tables have named indexes | Joas Schilling | 2019-03-27 | 1 | -2/+2 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | Always show full previews | Julius Härtl | 2019-03-27 | 2 | -21/+15 |
|/ / | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* / | [tx-robot] updated from transifex | Nextcloud bot | 2019-03-27 | 28 | -16/+94 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-03-26 | 126 | -228/+588 |
| | |||||
* | Exclude compiled assets of files_sharing for transifex | Morris Jobke | 2019-03-26 | 1 | -4/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Merge pull request #14809 from nextcloud/fix/accessibility-theme-keyboard | Roeland Jago Douma | 2019-03-25 | 3 | -7/+11 |
|\ | | | | | Fix selecting an accessibility theme with the keyboard | ||||
| * | Fix selecting an accessibility theme with the keyboard | Christoph Wurst | 2019-03-25 | 3 | -7/+11 |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | Allow string to be translated | Roeland Jago Douma | 2019-03-22 | 5 | -5/+5 |
|/ | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Use monospaced font when printing twofactor backup codes. | Joachim Bauch | 2019-03-22 | 3 | -3/+3 |
| | | | | | | | This helps differentiating similar characters like "I" / "1". Signed-off-by: Joachim Bauch <bauch@struktur.de> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | implement principal property search for calendar user address set property | Georg Ehrke | 2019-03-21 | 5 | -0/+170 |
| | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | LDAP plugin: force createUser to return new user's DN | Vinicius Cubas Brand | 2019-03-21 | 1 | -1/+2 |
| | | | | | | | LDAP plugins must change the createUser method to return the DN, as we need this to update the cache. Signed-off-by: Vinicius Cubas Brand <viniciuscb@gmail.com> | ||||
* | Cache cleaning when subadmin adds user to group | Vinicius Cubas Brand | 2019-03-21 | 1 | -0/+2 |
| | | | | | | | | | | | This commit fix an error happening when the subadmin tries to create an user, adding him/her to the group s/he is subadmin of, using a LDAP User/Group plugin. This just forces the cache to be reset after an user is added to a group. Signed-off-by: Vinicius Cubas Brand <viniciuscb@gmail.com> | ||||
* | fix user creation using LDAP Plugin | Vinicius Cubas Brand | 2019-03-21 | 3 | -4/+12 |
| | | | | Signed-off-by: Vinicius Cubas Brand <viniciuscb@gmail.com> | ||||
* | Merge pull request #14776 from nextcloud/fix/files/size-color | Morris Jobke | 2019-03-21 | 1 | -7/+30 |
|\ | | | | | Use max contrast variable to cap the generated colours | ||||
| * | Use max contrast variable to cap the generated colours | John Molakvoæ (skjnldsv) | 2019-03-21 | 1 | -7/+30 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | Add link icon for public link too | John Molakvoæ (skjnldsv) | 2019-03-21 | 5 | -10/+14 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | Put sharing entry all above | John Molakvoæ (skjnldsv) | 2019-03-21 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | Show sharing in menu in grid view | John Molakvoæ (skjnldsv) | 2019-03-21 | 9 | -13/+18897 |
|/ | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-03-21 | 1064 | -4092/+1266 |
| | |||||
* | Merge pull request #14578 from nextcloud/enh/force_enable_apps | Roeland Jago Douma | 2019-03-20 | 3 | -9/+2 |
|\ | | | | | Force enable apps | ||||
| * | Remove unused IUserSession | Joas Schilling | 2019-03-20 | 2 | -8/+1 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Do not ignore the max-version for the "update-available" check | Joas Schilling | 2019-03-20 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Revert "Do not register unexisting section" | Roeland Jago Douma | 2019-03-20 | 1 | -0/+1 |
| | | | | | | | | This reverts commit 24354bde1d9163794eaf62ef432e62839c7979e7. | ||||
* | | Revert "Where is your data?" | Roeland Jago Douma | 2019-03-20 | 3 | -0/+164 |
|/ | |||||
* | Merge pull request #14674 from CamilionEU/master | Morris Jobke | 2019-03-20 | 1 | -4/+3 |
|\ | | | | | [app:files] Use current directory for hashing. | ||||
| * | [app:files] Use current directory for hashing. | Evilham | 2019-03-13 | 1 | -4/+3 |
| | | | | | | | | | | | | | | | | | | | | This fixes collisions that were causing uploads to break in a very terrible way. Kudos to @kesselb for finding the problematic place and to @hottwister for the proposed solution. Fixes #10527. | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2019-03-20 | 32 | -32/+32 |
| | | |||||
* | | Merge pull request #14664 from ↵ | Roeland Jago Douma | 2019-03-19 | 17 | -68/+658 |
|\ \ | | | | | | | | | | | | | nextcloud/bugfix/noid/absolute-paths-of-images-for-linked-collaboration-resources Replace the icon-class with an absolute link to an image | ||||
| * | | Bump bundles | Julius Härtl | 2019-03-19 | 10 | -9/+597 |
| | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | | Adjust resource type to file | Julius Härtl | 2019-03-19 | 2 | -2/+2 |
| | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | | Dispatch event to allow apps to load their script for collections | Julius Härtl | 2019-03-19 | 5 | -17/+26 |
| | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | | Use rich objects instead of name, link and icon | Joas Schilling | 2019-03-19 | 1 | -42/+31 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | Replace the icon-class with an absolute link to an image | Joas Schilling | 2019-03-19 | 1 | -9/+13 |
| | | | | | | | | | | | | | | | | | | Otherwise the icon can not be displayed in mobile apps Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | Always register the Notifier | Joas Schilling | 2019-03-19 | 1 | -5/+5 |
|/ / | | | | | | | | | | | ... so background jobs without a user can prepare push notifications Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Merge pull request #14571 from cowai/optimize-files_external-notify | Morris Jobke | 2019-03-19 | 1 | -15/+40 |
|\ \ | | | | | | | Use index to mark parent as outdated, fixes: #14537 | ||||
| * | | Use two queries to mark parent as outdated | Ari Selseng | 2019-03-18 | 1 | -15/+40 |
| | | | | | | | | | | | | Signed-off-by: Ari Selseng <ari@selseng.net> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-03-19 | 168 | -264/+330 |
| | | |