aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2019-03-2930-12/+64
|
* Fix various theming issues on bright colorsJulius Härtl2019-03-281-3/+22
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* [tx-robot] updated from transifexNextcloud bot2019-03-2852-62/+74
|
* Merge pull request #14883 from nextcloud/bugfix/14156/checkboxes-light-themeChristoph Wurst2019-03-275-7/+38
|\ | | | | Fix light theme form elements
| * Fix light primary button stylingJulius Härtl2019-03-273-7/+4
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Fix checkbox styling with dark themeJulius Härtl2019-03-271-0/+12
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Darken element color and add exception for primary buttonsJulius Härtl2019-03-272-1/+23
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Merge pull request #14829 from nextcloud/backupcodes-theme-nameRoeland Jago Douma2019-03-274-7/+15
|\ \ | | | | | | Use name from theme when downloading/printing twofactor backup codes.
| * | Use name from theme when downloading/printing twofactor backup codes.Joachim Bauch2019-03-264-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-listChristoph Wurst2019-03-271-1/+6
|\ \ \ | | | | | | | | Fix opening folders from different file lists
| * | | Fix opening folders from different file listsJulius Härtl2019-03-271-1/+6
| | |/ | |/| | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #14878 from nextcloud/bugfix/noid/name-all-indexesJulius Härtl2019-03-271-2/+2
|\ \ \ | |/ / |/| | Make sure all tables have named indexes
| * | Deduplicate index namesJoas Schilling2019-03-271-2/+2
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Make sure all tables have named indexesJoas Schilling2019-03-271-2/+2
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Always show full previewsJulius Härtl2019-03-272-21/+15
|/ / | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* / [tx-robot] updated from transifexNextcloud bot2019-03-2728-16/+94
|/
* [tx-robot] updated from transifexNextcloud bot2019-03-26126-228/+588
|
* Exclude compiled assets of files_sharing for transifexMorris Jobke2019-03-261-4/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #14809 from nextcloud/fix/accessibility-theme-keyboardRoeland Jago Douma2019-03-253-7/+11
|\ | | | | Fix selecting an accessibility theme with the keyboard
| * Fix selecting an accessibility theme with the keyboardChristoph Wurst2019-03-253-7/+11
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Allow string to be translatedRoeland Jago Douma2019-03-225-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 Bauch2019-03-223-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 propertyGeorg Ehrke2019-03-215-0/+170
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* LDAP plugin: force createUser to return new user's DNVinicius Cubas Brand2019-03-211-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 groupVinicius Cubas Brand2019-03-211-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 PluginVinicius Cubas Brand2019-03-213-4/+12
| | | | Signed-off-by: Vinicius Cubas Brand <viniciuscb@gmail.com>
* Merge pull request #14776 from nextcloud/fix/files/size-colorMorris Jobke2019-03-211-7/+30
|\ | | | | Use max contrast variable to cap the generated colours
| * Use max contrast variable to cap the generated coloursJohn Molakvoæ (skjnldsv)2019-03-211-7/+30
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Add link icon for public link tooJohn Molakvoæ (skjnldsv)2019-03-215-10/+14
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Put sharing entry all aboveJohn Molakvoæ (skjnldsv)2019-03-211-1/+1
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Show sharing in menu in grid viewJohn Molakvoæ (skjnldsv)2019-03-219-13/+18897
|/ | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* [tx-robot] updated from transifexNextcloud bot2019-03-211064-4092/+1266
|
* Merge pull request #14578 from nextcloud/enh/force_enable_appsRoeland Jago Douma2019-03-203-9/+2
|\ | | | | Force enable apps
| * Remove unused IUserSessionJoas Schilling2019-03-202-8/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Do not ignore the max-version for the "update-available" checkJoas Schilling2019-03-201-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Revert "Do not register unexisting section"Roeland Jago Douma2019-03-201-0/+1
| | | | | | | | This reverts commit 24354bde1d9163794eaf62ef432e62839c7979e7.
* | Revert "Where is your data?"Roeland Jago Douma2019-03-203-0/+164
|/
* Merge pull request #14674 from CamilionEU/masterMorris Jobke2019-03-201-4/+3
|\ | | | | [app:files] Use current directory for hashing.
| * [app:files] Use current directory for hashing.Evilham2019-03-131-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 transifexNextcloud bot2019-03-2032-32/+32
| |
* | Merge pull request #14664 from ↵Roeland Jago Douma2019-03-1917-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 bundlesJulius Härtl2019-03-1910-9/+597
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Adjust resource type to fileJulius Härtl2019-03-192-2/+2
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Dispatch event to allow apps to load their script for collectionsJulius Härtl2019-03-195-17/+26
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Use rich objects instead of name, link and iconJoas Schilling2019-03-191-42/+31
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Replace the icon-class with an absolute link to an imageJoas Schilling2019-03-191-9/+13
| | | | | | | | | | | | | | | | | | Otherwise the icon can not be displayed in mobile apps Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Always register the NotifierJoas Schilling2019-03-191-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-notifyMorris Jobke2019-03-191-15/+40
|\ \ | | | | | | Use index to mark parent as outdated, fixes: #14537
| * | Use two queries to mark parent as outdatedAri Selseng2019-03-181-15/+40
| | | | | | | | | | | | Signed-off-by: Ari Selseng <ari@selseng.net>
* | | [tx-robot] updated from transifexNextcloud bot2019-03-19168-264/+330
| | |