Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-03-14 | 140 | -752/+826 |
| | |||||
* | Move storagestats endpoint to proper controller | Roeland Jago Douma | 2018-03-13 | 5 | -60/+82 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Merge pull request #8781 from nextcloud/cleanup-old-federation-code | Morris Jobke | 2018-03-13 | 1 | -114/+2 |
|\ | | | | | Remove old code to be compatible with Nextcloud 9 and before | ||||
| * | Remove old code to be compatible with Nextcloud 9 and before | Morris Jobke | 2018-03-12 | 1 | -114/+2 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Merge pull request #8792 from nextcloud/cleanup-oc_response | Morris Jobke | 2018-03-13 | 1 | -1/+8 |
|\ \ | | | | | | | Remove unused methods of OC_Response | ||||
| * | | Fix the HTTP 1.0 status code and properly detect 1.0 vs 1.1&2.0 | Morris Jobke | 2018-03-13 | 1 | -3/+3 |
| | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
| * | | Remove unused methods of OC_Response | Morris Jobke | 2018-03-12 | 1 | -1/+8 |
| | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-03-13 | 60 | -0/+100 |
| | | | |||||
* | | | Use proper method to log exceptions | Morris Jobke | 2018-03-12 | 3 | -16/+16 |
|/ / | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* / | Remove deprecated and unsused methods of OCP\DB | Morris Jobke | 2018-03-12 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Merge pull request #8769 from nextcloud/admin_audit_strict | Morris Jobke | 2018-03-12 | 12 | -10/+22 |
|\ | | | | | Make admin_audit strict | ||||
| * | Make admin_audit strict | Roeland Jago Douma | 2018-03-10 | 12 | -10/+22 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-03-12 | 278 | -444/+458 |
| | | |||||
* | | Merge pull request #8633 from nextcloud/rakekniven-i18n-fix | Morris Jobke | 2018-03-11 | 4 | -4/+11 |
|\ \ | | | | | | | Improved translation strings | ||||
| * | | Use variable for proper translations | Roeland Jago Douma | 2018-03-10 | 1 | -1/+8 |
| | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | | Update ThemingControllerTest.php | rakekniven | 2018-03-10 | 1 | -1/+1 |
| | | | | | | | | | Fixed tests for https://github.com/nextcloud/server/pull/8633 | ||||
| * | | Update wizardTabElementary.js | rakekniven | 2018-03-10 | 1 | -1/+1 |
| | | | | | | | | | | | | Fixed grammar. Reported at Transifex. See https://www.transifex.com/nextcloud/nextcloud/translate/#de/$/91002422?issue=yes | ||||
| * | | Update settings.js | rakekniven | 2018-03-10 | 1 | -1/+1 |
| | | | | | | | | | | | | Added question mark. Reported at Transifex. See https://www.transifex.com/nextcloud/nextcloud/translate/#de/$/120539223?issue=yes | ||||
| * | | Update ThemingController.php | rakekniven | 2018-03-10 | 1 | -1/+1 |
| |/ | | | | | | | Improved translation string. Reported at Transifex. See https://www.transifex.com/nextcloud/nextcloud/translate/#de/$/121491256?issue=yes | ||||
* / | [tx-robot] updated from transifex | Nextcloud bot | 2018-03-11 | 8 | -0/+36 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-03-10 | 6 | -0/+28 |
| | |||||
* | Merge pull request #8112 from nextcloud/fix-integer-overflow | Morris Jobke | 2018-03-09 | 1 | -1/+4 |
|\ | | | | | Fix integer overflow in ChunkingPlugin | ||||
| * | Fix integer overflow in ChunkingPlugin | Morris Jobke | 2018-03-06 | 1 | -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 transifex | Nextcloud bot | 2018-03-09 | 136 | -168/+268 |
| | | |||||
* | | Merge pull request #8716 from nextcloud/fix-cache-prefixing | Roeland Jago Douma | 2018-03-08 | 2 | -4/+4 |
|\ \ | | | | | | | Remove base url from global cache prefix | ||||
| * | | Use cache prefix for theming as well | Julius Härtl | 2018-03-07 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | | Fix tests to use ICacheFactory | Julius Härtl | 2018-03-07 | 2 | -3/+3 |
| | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | | Move base url from global cache prefix to frontend related ones | Julius Härtl | 2018-03-07 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | | Merge pull request #8575 from nextcloud/new-folder-button | Roeland Jago Douma | 2018-03-08 | 6 | -63/+47 |
|\ \ \ | | | | | | | | | Updated popover rules to allow form inputs and added input submit for… | ||||
| * | | | Fixed jsunit | John Molakvoæ (skjnldsv) | 2018-03-08 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
| * | | | Fixed event propagation on safari | John Molakvoæ (skjnldsv) | 2018-03-07 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
| * | | | Use label for better focus on external share | John Molakvoæ (skjnldsv) | 2018-03-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
| * | | | Fixed ext share style and use varable for popover height | John Molakvoæ (skjnldsv) | 2018-03-07 | 4 | -11/+7 |
| | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
| * | | | Improved inline confirm icon with opacity and fixed ext share loading state | John Molakvoæ (skjnldsv) | 2018-03-07 | 3 | -37/+23 |
| | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
| * | | | Fixed tooltip positionning & error display | John Molakvoæ (skjnldsv) | 2018-03-07 | 2 | -3/+4 |
| | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
| * | | | PoC inline icon-confirm with inputs | John Molakvoæ (skjnldsv) | 2018-03-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
| * | | | Updated popover rules to allow form inputs and added input submit for new File | John Molakvoæ (skjnldsv) | 2018-03-07 | 2 | -10/+8 |
| |/ / | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | | Merge pull request #8715 from nextcloud/objectstore-no-part-files | Roeland Jago Douma | 2018-03-08 | 1 | -5/+3 |
|\ \ \ | | | | | | | | | disable part files for object stores | ||||
| * | | | emit pre-hooks earlier when not using part files | Robin Appelman | 2018-03-08 | 1 | -5/+3 |
| | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | | Merge pull request #8221 from Cybso/8220_applyLdapUserFilter_on_members | Morris Jobke | 2018-03-08 | 1 | -2/+4 |
|\ \ \ \ | |_|/ / |/| | | | Apply ldapUserFilter on members of group | ||||
| * | | | dn2ocname: also apply group filter to readAttribute() | Roland Tapken | 2018-03-07 | 1 | -6/+4 |
| | | | | | | | | | | | | | | | | Signed-off-by: Roland Tapken <roland@bitarbeiter.net> | ||||
| * | | | Apply ldapUserFilter on members of group | Roland Tapken | 2018-02-07 | 1 | -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-stdrd | Morris Jobke | 2018-03-07 | 2 | -11/+6 |
|\ \ \ \ | |_|/ / |/| | | | New standard for top right header | ||||
| * | | | Fixed public template | John Molakvoæ (skjnldsv) | 2018-03-07 | 2 | -11/+6 |
| | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | | | Merge pull request #8579 from nextcloud/feature/2692/merge-can-i-update | Morris Jobke | 2018-03-06 | 6 | -16/+272 |
|\ \ \ \ | |_|_|/ |/| | | | Display a list of unavailable apps for updates (aka. merge "Can I update?") | ||||
| * | | | Fix the cursor on the icon | Joas Schilling | 2018-03-06 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | | Add a little arrow to indicate that the list can be opened | Joas Schilling | 2018-03-06 | 2 | -3/+16 |
| | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | | Fix the available list | Joas Schilling | 2018-03-06 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | | Show a loading message while we determinate the status of the updates | Joas Schilling | 2018-03-06 | 2 | -1/+7 |
| | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | | Check for app updates when there is a new major version available | Joas Schilling | 2018-02-28 | 6 | -16/+253 |
| | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> |