Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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> | ||||
| * | fixup! Fixed tests | John Molakvoæ (skjnldsv) | 2018-02-28 | 1 | -2/+32 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
| * | Fixed tests | John Molakvoæ (skjnldsv) | 2018-02-28 | 2 | -6/+6 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
| * | fixup! Sharing: redirect to download after authentification if requested | John Molakvoæ (skjnldsv) | 2018-02-28 | 1 | -2/+9 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
| * | Sharing: redirect to download after authentification if requested | John Molakvoæ (skjnldsv) | 2018-02-28 | 1 | -4/+7 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-03-02 | 2 | -0/+2 |
|/ | |||||
* | Merge pull request #8569 from nextcloud/cleanup_unused_static_sharing | Roeland Jago Douma | 2018-02-28 | 1 | -170/+0 |
|\ | | | | | Remove unused static sharing helper code | ||||
| * | Remove unused static sharing helper code | Roeland Jago Douma | 2018-02-27 | 1 | -170/+0 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-28 | 102 | -396/+400 |
|/ | |||||
* | Merge pull request #7363 from nextcloud/default-share-perms | Morris Jobke | 2018-02-27 | 4 | -30/+53 |
|\ | | | | | Let the admin configure the default share permissions | ||||
| * | fix unit tests | Bjoern Schiessle | 2018-02-27 | 2 | -2/+16 |
| | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
| * | share api: use default permission of no permission is given | Bjoern Schiessle | 2018-02-27 | 1 | -28/+35 |
| | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
| * | add share permissions to settings page | Bjoern Schiessle | 2018-02-27 | 1 | -0/+2 |
| | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | | Fix files_sharing tests | Julius Härtl | 2018-02-27 | 2 | -5/+31 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | Add missing phpdoc for public API | Julius Härtl | 2018-02-27 | 1 | -10/+10 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | Add phpdoc, typehints and sanitize HTML | Julius Härtl | 2018-02-27 | 2 | -6/+27 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | Use PublicTemplateResponse for files_sharing | Julius Härtl | 2018-02-27 | 7 | -101/+157 |
|/ | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-24 | 2 | -0/+6 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-22 | 2 | -4/+8 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-21 | 2 | -16/+20 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-19 | 2 | -2/+6 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-18 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-17 | 4 | -2/+8 |
| | |||||
* | Fix info.xml files of shipped apps | Joas Schilling | 2018-02-16 | 1 | -23/+29 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Merge pull request #8277 from nextcloud/avatars-shared-all | Julius Härtl | 2018-02-15 | 1 | -0/+4 |
|\ | | | | | Show share owner avatars on all file lists |