Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added FIXME about registering jobs in apps.php | Vincent Petry | 2015-04-08 | 1 | -0/+2 |
| | |||||
* | Delete orphaned shares in a background job | Vincent Petry | 2015-04-08 | 1 | -0/+2 |
| | |||||
* | Merge pull request #13964 from rullzer/capabilities | Morris Jobke | 2015-03-30 | 1 | -0/+6 |
|\ | | | | | Add OCS sharing info to capabilities - take 2 | ||||
| * | Added route again | Roeland Jago Douma | 2015-03-11 | 1 | -0/+6 |
| | | |||||
* | | replace share proxy with hook | Robin Appelman | 2015-03-26 | 1 | -2/+0 |
| | | |||||
* | | Update license headers | Jenkins for ownCloud | 2015-03-26 | 3 | -2/+70 |
|/ | |||||
* | Merge pull request #14530 from owncloud/revert-14403 | Thomas Müller | 2015-02-27 | 3 | -69/+2 |
|\ | | | | | Revert "Updating license headers" | ||||
| * | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 3 | -69/+2 |
| | | | | | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | | Bump up files_sharing version for schema update | Vincent Petry | 2015-02-26 | 1 | -1/+1 |
| | | |||||
* | | Add default value for remote_id | Vincent Petry | 2015-02-26 | 1 | -0/+1 |
|/ | | | | Fixes SQLite migration with non-null column. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 3 | -2/+69 |
| | |||||
* | Copy sharing related activity code to Files_Sharing activity extension | Joas Schilling | 2015-02-13 | 1 | -1/+4 |
| | |||||
* | Revert "Add OCS sharing info to capabilities" | Lukas Reschke | 2015-02-07 | 1 | -7/+0 |
| | |||||
* | Added capabilities whether a server allows public links | Roeland Jago Douma | 2015-02-04 | 1 | -0/+7 |
| | | | | | | This fixes #13673. It now lists link sharing, passwords enforced, and if public uploads are allowed. | ||||
* | Merge pull request #13347 from owncloud/share-scanpermissionsfromsource | Morris Jobke | 2015-01-15 | 1 | -0/+1 |
|\ | | | | | Use source storage permissions when scanning shared storage | ||||
| * | Use source storage permissions when scanning shared storage | Vincent Petry | 2015-01-14 | 1 | -0/+1 |
| | | |||||
* | | Remove unneeded addTranslations() calls | Vincent Petry | 2015-01-14 | 1 | -1/+0 |
| | | |||||
* | | set accept to 1 (=true) for all server-to-server shares on update, at this ↵ | Bjoern Schiessle | 2015-01-13 | 2 | -1/+13 |
|/ | | | | point in time all shares are created by the first version of server-to-server sharing and are accepted if they were added to the table | ||||
* | Next step in server-to-server sharing next generation, see #12285 | Bjoern Schiessle | 2014-12-19 | 1 | -5/+17 |
| | | | | | | | | | | | | | | Beside some small improvements and bug fixes this will probably the final state for OC8. To test this you need to set up two ownCloud instances. Let's say: URL: myPC/firstOwnCloud user: user1 URL: myPC/secondOwnCloud user: user2 Now user1 can share a file with user2 by entering the username and the URL to the second ownCloud to the share-drop-down, in this case "user2@myPC/secondOwnCloud". The next time user2 login he will get a notification that he received a server-to-server share with the option to accept/decline it. If he accept it the share will be mounted. In both cases a event will be send back to user1 and add a notification to the activity stream that the share was accepted/declined. If user1 decides to unshare the file again from user2 the share will automatically be removed from the second ownCloud server and user2 will see a notification in his activity stream that user1@myPC/firstOwnCloud has unshared the file/folder from him. | ||||
* | Check for share by link enabled | Gadzy | 2014-12-12 | 1 | -9/+12 |
| | | | Display "Shared by link" section only if sharing by link is enabled. | ||||
* | OCS API for server-to-server sharing | Bjoern Schiessle | 2014-12-04 | 4 | -8/+24 |
| | |||||
* | Remove unused code | Lukas Reschke | 2014-11-17 | 1 | -120/+0 |
| | | | | We don't support direct updates from older ownCloud versions except the previous one therefore this code is unused and can be removed. | ||||
* | Refactor file sharing public link handling | Lukas Reschke | 2014-11-14 | 1 | -0/+1 |
| | | | | | | | fixes download issue introduced by #10755 Conflicts: apps/files_sharing/public.php | ||||
* | Added OC.L10N namespace with translation functions | Vincent Petry | 2014-10-29 | 1 | -0/+1 |
| | | | | | | | | | | | Added addTranslations and fixed de.js file Fixed de.js to use OC.L10N.register() and use to correct expected format. Added JS unit tests for OC.L10N class Include translations JS script for all apps | ||||
* | Updated info.xml app description | MTRichards | 2014-10-08 | 1 | -1/+5 |
| | | | Added updates description | ||||
* | Merge pull request #10107 from owncloud/sharing_group_shares | Lukas Reschke | 2014-09-29 | 1 | -0/+3 |
|\ | | | | | [sharing] group shares | ||||
| * | throw a exception if we can't handle the provided path | Bjoern Schiessle | 2014-09-29 | 1 | -0/+3 |
| | | |||||
* | | files_sharing: add route for ajax/publicpreview | Georg Ehrke | 2014-09-21 | 1 | -0/+2 |
|/ | |||||
* | Use public api for getting l10n | Robin Appelman | 2014-08-31 | 1 | -1/+1 |
| | |||||
* | Merge pull request #10522 from owncloud/removeLoadAppScript | blizzz | 2014-08-21 | 1 | -4/+8 |
|\ | | | | | Remove loadAppScriptFile | ||||
| * | Add routing to files_sharing | Lukas Reschke | 2014-08-19 | 1 | -4/+8 |
| | | |||||
* | | Merge pull request #10425 from owncloud/set_default_share_folder | Björn Schießle | 2014-08-19 | 1 | -0/+3 |
|\ \ | | | | | | | Set default share folder | ||||
| * | | make share folder configurable | Bjoern Schiessle | 2014-08-18 | 1 | -0/+3 |
| |/ | |||||
* / | Hide sharing sections in files app when sharing API is disabled | Vincent Petry | 2014-08-18 | 1 | -14/+18 |
|/ | |||||
* | only show "share with others" and "share by link" navigation bar entries if ↵ | Bjoern Schiessle | 2014-08-08 | 1 | -18/+22 |
| | | | | user is allowed to share files | ||||
* | fix sharing update, add proper escaping | Bjoern Schiessle | 2014-07-24 | 1 | -2/+4 |
| | |||||
* | add ocsids to info.xml | Georg Ehrke | 2014-07-07 | 2 | -1/+2 |
| | |||||
* | make sure that hooks are registered for the tests | Bjoern Schiessle | 2014-06-25 | 1 | -12/+2 |
| | |||||
* | make sure that during share and unshare the etags get propagated correctly | Bjoern Schiessle | 2014-06-25 | 1 | -0/+4 |
| | |||||
* | Setup the external share manager in a hook | Vincent Petry | 2014-06-23 | 1 | -8/+1 |
| | | | | | | To make sure the external shares are initialized in the right order and make sure the session is correctly initialized before, the external share manager is now set up in a filesystem setup hook. | ||||
* | Fix multiple users having the same external share mountpoint | Robin Appelman | 2014-06-16 | 2 | -1/+5 |
| | |||||
* | Add route which went missing during rebase | Robin Appelman | 2014-06-16 | 1 | -0/+1 |
| | |||||
* | add settings to disable server to server sharing | Bjoern Schiessle | 2014-06-14 | 1 | -0/+2 |
| | |||||
* | Support path lengths up to 4000 chars | Robin Appelman | 2014-06-14 | 1 | -1/+1 |
| | |||||
* | Add interface for adding a public share to a different ownCloud instance | Robin Appelman | 2014-06-14 | 1 | -0/+1 |
| | |||||
* | Add interface for accpeting external shares | Robin Appelman | 2014-06-14 | 2 | -0/+5 |
| | |||||
* | Add coments to database and dont use sql keywords as table names | Robin Appelman | 2014-06-14 | 1 | -2/+10 |
| | |||||
* | Add server<->server sharing backend | Robin Appelman | 2014-06-14 | 3 | -1/+93 |
| | |||||
* | move mail template editor from core to standalone templateeditor repo | Jörn Friedrich Dreyer | 2014-06-13 | 2 | -18/+0 |
| | |||||
* | fix liskov substitution principle in admin mail template settings, fixes #8997 | Jörn Friedrich Dreyer | 2014-06-12 | 1 | -1/+1 |
| |