Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-05-12 | 2 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-05-10 | 4 | -4/+8 |
| | |||||
* | Merge pull request #9346 from nextcloud/techdep/noid/needsPartFile_to_storage | Morris Jobke | 2018-05-02 | 1 | -0/+3 |
|\ | | | | | Use an actual function of the storage to determine needsPartFile | ||||
| * | Use an actual function of the storage to determine needsPartFile | Roeland Jago Douma | 2018-05-01 | 1 | -0/+3 |
| | | | | | | | | | | | | | | We have a function for it so better to override that. Also because other codes that might check this should get the right value. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Fix tests | Roeland Jago Douma | 2018-05-01 | 1 | -2/+4 |
|/ | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Merge pull request #9309 from nextcloud/feature/noid/no_js_sharepermission_logic | Morris Jobke | 2018-04-27 | 2 | -17/+7 |
|\ | | | | | Do not add sharePermission logic in JS | ||||
| * | Fix sharedfilelistSpec.js tests | Roeland Jago Douma | 2018-04-26 | 1 | -3/+6 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | Do not add sharePermission logic in JS | Roeland Jago Douma | 2018-04-26 | 1 | -14/+1 |
| | | | | | | | | | | | | | | We have a dedicated dav property. We should do all the magic in 1 place. Not several. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-04-27 | 4 | -8/+10 |
|/ | |||||
* | Merge pull request #9284 from nextcloud/bugfix/9279/strict_sharee_api | Morris Jobke | 2018-04-25 | 1 | -5/+6 |
|\ | | | | | Make ShareesAPIController strict | ||||
| * | Make ShareesAPIController strict | Roeland Jago Douma | 2018-04-23 | 1 | -5/+6 |
| | | | | | | | | | | | | Fixes #9279 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Fix tests | Roeland Jago Douma | 2018-04-24 | 2 | -15/+17 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Make the ShareAPIController strict | Roeland Jago Douma | 2018-04-23 | 1 | -40/+39 |
|/ | | | | | | | | Fixes #9279 With types we can force php to not cast a full nummeric user to an int. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Merge pull request #9255 from nextcloud/less-deprecated-calls | Roeland Jago Douma | 2018-04-23 | 2 | -7/+3 |
|\ | | | | | Less deprecated calls to OCP\Util::writeLog | ||||
| * | Less deprecated calls to OCP\Util::writeLog | Morris Jobke | 2018-04-22 | 2 | -7/+3 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-04-22 | 2 | -2/+2 |
|/ | |||||
* | Add background job to refresh federated discovery | Roeland Jago Douma | 2018-04-18 | 4 | -1/+60 |
| | | | | | | Once a day refresh the information automatically in cron Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Fix user selectable text for public links for text files | Morris Jobke | 2018-04-16 | 1 | -6/+0 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Fix tests | Julius Härtl | 2018-04-05 | 1 | -2/+2 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Update composer autoloader | Julius Härtl | 2018-04-05 | 2 | -4/+0 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Move external share saving to template | Julius Härtl | 2018-04-05 | 1 | -10/+10 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Move styling and menu handling to publicpage.js | Julius Härtl | 2018-04-05 | 3 | -38/+2 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Do not hide primary action text | Julius Härtl | 2018-04-05 | 1 | -4/+0 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Move common menu templates to public API | Julius Härtl | 2018-04-05 | 3 | -132/+2 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | When formatting a share node an Empty target is invalid | Roeland Jago Douma | 2018-04-04 | 1 | -1/+1 |
| | | | | | | | | | | | Fixes #9028 For federated shares the share table holds no target information (since it is on the other server). So when a node is actually invalid and not found we should not display it anymore in the shared with sections etc and thus throw the proper exceptions. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Merge pull request #8976 from nextcloud/dep_user_code | Roeland Jago Douma | 2018-03-28 | 1 | -2/+8 |
|\ | | | | | Remove deprecated functions from OCP\User | ||||
| * | Remove deprecated OCP\User::getDisplayname | Roeland Jago Douma | 2018-03-25 | 1 | -2/+8 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Do not use \OCP\DB anymore | Roeland Jago Douma | 2018-03-26 | 4 | -28/+58 |
|/ | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-03-23 | 4 | -6/+6 |
| | |||||
* | Replace information icon with confirmation button in share input | Jan-Christoph Borchardt | 2018-03-20 | 1 | -2/+10 |
| | | | | | | | The confirmation button right now is just an icon; its behaviour will be added in the following commits. Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | Set "share_with" field to the ID of the circle | Daniel Calviño Sánchez | 2018-03-16 | 1 | -2/+10 |
| | | | | | | | | | | | When a share is shared with a circle the "share_with" field returned by the API endpoint was always set to the name of the circle. However, the name is not enough to identify a circle. The Circles app now provides the ID of the circle in the "shared with" field of a Share, so this commit modifies the API endpoint to set the "share_with" field to the ID of the circle when provided by the Circles app. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> | ||||
* | Merge pull request #8255 from nextcloud/bugfix/noid/group-display-name | blizzz | 2018-03-15 | 1 | -10/+54 |
|\ | | | | | Full implement group display names | ||||
| * | Fix group displaynames in activity | Joas Schilling | 2018-03-08 | 1 | -10/+54 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-03-15 | 2 | -2/+2 |
| | | |||||
* | | Merge pull request #8811 from nextcloud/remove_dep_util_link | Roeland Jago Douma | 2018-03-14 | 1 | -1/+1 |
|\ \ | | | | | | | Remove deprecated URL functions for OCP\Util | ||||
| * | | Remove deprecated URL functions for OCP\Util | Roeland Jago Douma | 2018-03-13 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | Replace ContactsManager | Roeland Jago Douma | 2018-03-13 | 1 | -1/+15 |
|/ / | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | 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-09 | 2 | -2/+4 |
| | | |||||
* | | 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 | 3 | -10/+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> | ||||
* | 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> | ||||
* | | Remove OC_App::disable method | Tobia De Koninck | 2018-03-06 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Tobia De Koninck <tobia@ledfan.be> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-03-06 | 4 | -8/+8 |
| | | |||||
* | | Merge pull request #8590 from nextcloud/redirect-to-download-after-share | Roeland Jago Douma | 2018-03-05 | 2 | -11/+51 |
|\ \ | |/ |/| | Sharing: redirect to download after authentification if requested | ||||
| * | fixup! fixup! Sharing: redirect to download after authentification if requested | John Molakvoæ (skjnldsv) | 2018-03-01 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
| * | fixup! Sharing: redirect to download after authentification if requested | John Molakvoæ (skjnldsv) | 2018-03-01 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> |