summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2018-03-14140-752/+826
|
* Move storagestats endpoint to proper controllerRoeland Jago Douma2018-03-135-60/+82
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #8781 from nextcloud/cleanup-old-federation-codeMorris Jobke2018-03-131-114/+2
|\ | | | | Remove old code to be compatible with Nextcloud 9 and before
| * Remove old code to be compatible with Nextcloud 9 and beforeMorris Jobke2018-03-121-114/+2
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #8792 from nextcloud/cleanup-oc_responseMorris Jobke2018-03-131-1/+8
|\ \ | | | | | | Remove unused methods of OC_Response
| * | Fix the HTTP 1.0 status code and properly detect 1.0 vs 1.1&2.0Morris Jobke2018-03-131-3/+3
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | Remove unused methods of OC_ResponseMorris Jobke2018-03-121-1/+8
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | [tx-robot] updated from transifexNextcloud bot2018-03-1360-0/+100
| | |
* | | Use proper method to log exceptionsMorris Jobke2018-03-123-16/+16
|/ / | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* / Remove deprecated and unsused methods of OCP\DBMorris Jobke2018-03-121-1/+1
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #8769 from nextcloud/admin_audit_strictMorris Jobke2018-03-1212-10/+22
|\ | | | | Make admin_audit strict
| * Make admin_audit strictRoeland Jago Douma2018-03-1012-10/+22
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2018-03-12278-444/+458
| |
* | Merge pull request #8633 from nextcloud/rakekniven-i18n-fixMorris Jobke2018-03-114-4/+11
|\ \ | | | | | | Improved translation strings
| * | Use variable for proper translationsRoeland Jago Douma2018-03-101-1/+8
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Update ThemingControllerTest.phprakekniven2018-03-101-1/+1
| | | | | | | | | Fixed tests for https://github.com/nextcloud/server/pull/8633
| * | Update wizardTabElementary.jsrakekniven2018-03-101-1/+1
| | | | | | | | | | | | Fixed grammar. Reported at Transifex. See https://www.transifex.com/nextcloud/nextcloud/translate/#de/$/91002422?issue=yes
| * | Update settings.jsrakekniven2018-03-101-1/+1
| | | | | | | | | | | | Added question mark. Reported at Transifex. See https://www.transifex.com/nextcloud/nextcloud/translate/#de/$/120539223?issue=yes
| * | Update ThemingController.phprakekniven2018-03-101-1/+1
| |/ | | | | | | Improved translation string. Reported at Transifex. See https://www.transifex.com/nextcloud/nextcloud/translate/#de/$/121491256?issue=yes
* / [tx-robot] updated from transifexNextcloud bot2018-03-118-0/+36
|/
* [tx-robot] updated from transifexNextcloud bot2018-03-106-0/+28
|
* Merge pull request #8112 from nextcloud/fix-integer-overflowMorris Jobke2018-03-091-1/+4
|\ | | | | Fix integer overflow in ChunkingPlugin
| * Fix integer overflow in ChunkingPluginMorris Jobke2018-03-061-1/+4
| | | | | | | | | | | | Avoids errors when the size exceeds MAX_INT because of the cast to int. Better cast it to float to avoid this. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [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
|\ \ | | | | | | Remove base url from global cache prefix
| * | Use cache prefix for theming as wellJulius Härtl2018-03-071-1/+1
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Fix tests to use ICacheFactoryJulius Härtl2018-03-072-3/+3
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Move base url from global cache prefix to frontend related onesJulius Härtl2018-03-071-1/+1
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #8575 from nextcloud/new-folder-buttonRoeland Jago Douma2018-03-086-63/+47
|\ \ \ | | | | | | | | Updated popover rules to allow form inputs and added input submit for…
| * | | Fixed jsunitJohn Molakvoæ (skjnldsv)2018-03-081-1/+2
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | Fixed event propagation on safariJohn Molakvoæ (skjnldsv)2018-03-071-1/+3
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | Use label for better focus on external shareJohn Molakvoæ (skjnldsv)2018-03-071-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | Fixed ext share style and use varable for popover heightJohn Molakvoæ (skjnldsv)2018-03-074-11/+7
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | Improved inline confirm icon with opacity and fixed ext share loading stateJohn Molakvoæ (skjnldsv)2018-03-073-37/+23
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | Fixed tooltip positionning & error displayJohn Molakvoæ (skjnldsv)2018-03-072-3/+4
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | PoC inline icon-confirm with inputsJohn Molakvoæ (skjnldsv)2018-03-071-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | Updated popover rules to allow form inputs and added input submit for new FileJohn Molakvoæ (skjnldsv)2018-03-072-10/+8
| |/ / | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | Merge pull request #8715 from nextcloud/objectstore-no-part-filesRoeland Jago Douma2018-03-081-5/+3
|\ \ \ | | | | | | | | disable part files for object stores
| * | | emit pre-hooks earlier when not using part filesRobin Appelman2018-03-081-5/+3
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #8221 from Cybso/8220_applyLdapUserFilter_on_membersMorris Jobke2018-03-081-2/+4
|\ \ \ \ | |_|/ / |/| | | Apply ldapUserFilter on members of group
| * | | dn2ocname: also apply group filter to readAttribute()Roland Tapken2018-03-071-6/+4
| | | | | | | | | | | | | | | | Signed-off-by: Roland Tapken <roland@bitarbeiter.net>
| * | | Apply ldapUserFilter on members of groupRoland Tapken2018-02-071-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refers to issue #8220 user_ldap configured with custom filters for active directory access (group-member-association is "member"). Then it can happen that the members of a group contain members that don't belong to the users available in Nextcloud (the most trivial reason is that the user filter contains "(!(UserAccountControl:1.2.840.113556.1.4.803:=2))" to exclude disabled users from being imported). This can be fixed by applying the ldapUserFilter when resolving the UID for a DN fetched from the group's member list. Signed-off-by: Roland Tapken <roland@bitarbeiter.net>
* | | | Merge pull request #8373 from nextcloud/right-header-stdrdMorris Jobke2018-03-072-11/+6
|\ \ \ \ | |_|/ / |/| | | New standard for top right header
| * | | Fixed public templateJohn Molakvoæ (skjnldsv)2018-03-072-11/+6
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | Merge pull request #8579 from nextcloud/feature/2692/merge-can-i-updateMorris Jobke2018-03-066-16/+272
|\ \ \ \ | |_|_|/ |/| | | Display a list of unavailable apps for updates (aka. merge "Can I update?")
| * | | Fix the cursor on the iconJoas Schilling2018-03-061-1/+2
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Add a little arrow to indicate that the list can be openedJoas Schilling2018-03-062-3/+16
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Fix the available listJoas Schilling2018-03-061-1/+0
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Show a loading message while we determinate the status of the updatesJoas Schilling2018-03-062-1/+7
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Check for app updates when there is a new major version availableJoas Schilling2018-02-286-16/+253
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>