summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2018-03-09136-168/+268
* Merge pull request #8716 from nextcloud/fix-cache-prefixingRoeland Jago Douma2018-03-082-4/+4
|\
| * Use cache prefix for theming as wellJulius Härtl2018-03-071-1/+1
| * Fix tests to use ICacheFactoryJulius Härtl2018-03-072-3/+3
| * Move base url from global cache prefix to frontend related onesJulius Härtl2018-03-071-1/+1
* | Merge pull request #8575 from nextcloud/new-folder-buttonRoeland Jago Douma2018-03-086-63/+47
|\ \
| * | Fixed jsunitJohn Molakvoæ (skjnldsv)2018-03-081-1/+2
| * | Fixed event propagation on safariJohn Molakvoæ (skjnldsv)2018-03-071-1/+3
| * | Use label for better focus on external shareJohn Molakvoæ (skjnldsv)2018-03-071-1/+1
| * | Fixed ext share style and use varable for popover heightJohn Molakvoæ (skjnldsv)2018-03-074-11/+7
| * | Improved inline confirm icon with opacity and fixed ext share loading stateJohn Molakvoæ (skjnldsv)2018-03-073-37/+23
| * | Fixed tooltip positionning & error displayJohn Molakvoæ (skjnldsv)2018-03-072-3/+4
| * | PoC inline icon-confirm with inputsJohn Molakvoæ (skjnldsv)2018-03-071-1/+1
| * | Updated popover rules to allow form inputs and added input submit for new FileJohn Molakvoæ (skjnldsv)2018-03-072-10/+8
| |/
* | Merge pull request #8715 from nextcloud/objectstore-no-part-filesRoeland Jago Douma2018-03-081-5/+3
|\ \
| * | emit pre-hooks earlier when not using part filesRobin Appelman2018-03-081-5/+3
* | | Merge pull request #8221 from Cybso/8220_applyLdapUserFilter_on_membersMorris Jobke2018-03-081-2/+4
|\ \ \ | |_|/ |/| |
| * | dn2ocname: also apply group filter to readAttribute()Roland Tapken2018-03-071-6/+4
| * | Apply ldapUserFilter on members of groupRoland Tapken2018-02-071-1/+5
* | | Merge pull request #8373 from nextcloud/right-header-stdrdMorris Jobke2018-03-072-11/+6
|\ \ \ | |_|/ |/| |
| * | Fixed public templateJohn Molakvoæ (skjnldsv)2018-03-072-11/+6
* | | Merge pull request #8579 from nextcloud/feature/2692/merge-can-i-updateMorris Jobke2018-03-066-16/+272
|\ \ \
| * | | Fix the cursor on the iconJoas Schilling2018-03-061-1/+2
| * | | Add a little arrow to indicate that the list can be openedJoas Schilling2018-03-062-3/+16
| * | | Fix the available listJoas Schilling2018-03-061-1/+0
| * | | Show a loading message while we determinate the status of the updatesJoas Schilling2018-03-062-1/+7
| * | | Check for app updates when there is a new major version availableJoas Schilling2018-02-286-16/+253
* | | | Remove OC_App::disable methodTobia De Koninck2018-03-062-2/+2
* | | | [tx-robot] updated from transifexNextcloud bot2018-03-06132-240/+286
* | | | Merge pull request #8634 from nextcloud/ldap-no-empty-namesRoeland Jago Douma2018-03-052-6/+59
|\ \ \ \
| * | | | treat iconv issuesArthur Schiwon2018-03-052-5/+13
| * | | | typo + phpdocArthur Schiwon2018-03-051-1/+2
| * | | | do not create empty userid when attribute does not have allowed charsArthur Schiwon2018-03-022-3/+47
* | | | | Merge pull request #8630 from nextcloud/ldap-cachekey-sha256Joas Schilling2018-03-052-2/+2
|\ \ \ \ \
| * | | | | use hash algo that's robust against collisionsArthur Schiwon2018-03-022-2/+2
| |/ / / /
* | | | | Merge pull request #8601 from nextcloud/theming-fix-background-colorMorris Jobke2018-03-051-7/+5
|\ \ \ \ \
| * | | | | Remove to restrict check for background image/colorJulius Härtl2018-03-011-7/+5
* | | | | | Merge pull request #8603 from nextcloud/enc-cleanupMorris Jobke2018-03-0511-1147/+8
|\ \ \ \ \ \
| * | | | | | this was a migration step to ownCloud 8.0 to restructure the encryption folde...Bjoern Schiessle2018-03-0211-1147/+8
* | | | | | | Merge pull request #8590 from nextcloud/redirect-to-download-after-shareRoeland Jago Douma2018-03-052-11/+51
|\ \ \ \ \ \ \
| * | | | | | | fixup! fixup! Sharing: redirect to download after authentification if requestedJohn Molakvoæ (skjnldsv)2018-03-011-1/+1
| * | | | | | | fixup! Sharing: redirect to download after authentification if requestedJohn Molakvoæ (skjnldsv)2018-03-011-1/+1
| * | | | | | | fixup! Fixed testsJohn Molakvoæ (skjnldsv)2018-02-281-2/+32
| * | | | | | | Fixed testsJohn Molakvoæ (skjnldsv)2018-02-282-6/+6
| * | | | | | | fixup! Sharing: redirect to download after authentification if requestedJohn Molakvoæ (skjnldsv)2018-02-281-2/+9
| * | | | | | | Sharing: redirect to download after authentification if requestedJohn Molakvoæ (skjnldsv)2018-02-281-4/+7
* | | | | | | | [tx-robot] updated from transifexNextcloud bot2018-03-0518-4/+54
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | [tx-robot] updated from transifexNextcloud bot2018-03-0466-36/+148
* | | | | | | [tx-robot] updated from transifexNextcloud bot2018-03-03144-148/+94
* | | | | | | Merge pull request #8619 from coliff/patch-1Roeland Jago Douma2018-03-021-1/+1
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |