summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2016-07-1910-0/+20
|
* Merge pull request #414 from nextcloud/files_sharing_event_dispatcherBjörn Schießle2016-07-184-36/+55
|\ | | | | Files sharing event dispatcher
| * Cleanup coding styleRoeland Jago Douma2016-07-181-30/+28
| |
| * Add eventdispatcher to public link viewRoeland Jago Douma2016-07-183-3/+21
| |
| * Move JS inclusion to ControllerRoeland Jago Douma2016-07-182-20/+23
| | | | | | | | * This way we can easier load files conditionally
* | [tx-robot] updated from transifexNextcloud bot2016-07-1836-470/+24
| |
* | Move SetupFromToken to ShareManagerRoeland Jago Douma2016-07-182-70/+31
|/
* Merge pull request #379 from nextcloud/create_federated_share_on_mountMorris Jobke2016-07-1810-597/+73
|\ | | | | Create federated share on mount
| * rename SaveToNextcloudController to MountPublicLinkControllerBjoern Schiessle2016-07-141-5/+5
| |
| * adjust copyright noticesBjoern Schiessle2016-07-141-0/+1
| |
| * remove unused parameterBjoern Schiessle2016-07-143-3/+3
| |
| * move some stuff over to the federatedfilesharing appBjoern Schiessle2016-07-146-491/+1
| |
| * s/ownCloud/NextcloudBjoern Schiessle2016-07-143-9/+6
| |
| * continue to accept the URL of the remote server instead of the federated ↵Bjoern Schiessle2016-07-143-117/+94
| | | | | | | | cloud id
| * replace 'ownCloud' with 'Nextcloud'Bjoern Schiessle2016-07-142-3/+3
| |
| * create a real federated share if a user add a public link to his ownCloudBjörn Schießle2016-07-142-42/+33
| | | | | | | | this way the owner sees all mounted public links and control them individually
* | [tx-robot] updated from transifexNextcloud bot2016-07-162-0/+4
| |
* | Fix PHPUnit 5.4 warnings in files_sharing testsRoeland Jago Douma2016-07-154-116/+116
| |
* | Merge pull request #398 from nextcloud/issue-388-fix-hidden-file-list-masterLukas Reschke2016-07-141-5/+6
|\ \ | | | | | | Fix hidden file list master
| * | Allow shares with create permissions only aswellJoas Schilling2016-07-141-5/+6
| | |
* | | [tx-robot] updated from transifexNextcloud bot2016-07-148-2/+18
|/ /
* / [tx-robot] updated from transifexNextcloud bot2016-07-138-0/+16
|/
* [tx-robot] updated from transifexNextcloud bot2016-07-1246-92/+8
|
* Change occurence of ownCloud (#352)Morris Jobke2016-07-111-3/+2
|
* [tx-robot] updated from transifexNextcloud bot2016-07-112-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2016-07-102-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2016-07-0910-0/+20
|
* combine if statementsRobin Appelman2016-07-081-13/+10
|
* handle errors while getting fileinfoRobin Appelman2016-07-081-1/+1
|
* Fix type hintingRobin Appelman2016-07-081-1/+2
|
* hint global handlebarsRobin Appelman2016-07-081-0/+2
|
* dont overwrite a variable with a different typeRobin Appelman2016-07-081-3/+3
|
* [tx-robot] updated from transifexNextcloud bot2016-07-082-16/+16
|
* Merge pull request #333 from nextcloud/sync-masterLukas Reschke2016-07-074-3/+82
|\ | | | | Sync master
| * Simplify test code and don't show anything if no date is setMorris Jobke2016-07-072-10/+4
| |
| * add unit testsMorris Jobke2016-07-071-3/+40
| |
| * Update header during update callbackMorris Jobke2016-07-071-5/+5
| |
| * Not set expiration date is represented as 0Morris Jobke2016-07-071-1/+4
| |
| * add "Never" if expiration date is not setMorris Jobke2016-07-071-2/+3
| |
| * Add expiration date to share by link viewMorris Jobke2016-07-072-0/+41
| |
| * Merge branch 'master' into sync-masterMorris Jobke2016-07-0730-70/+435
| |\
| * | Revert "[tx-robot] updated from transifex"Morris Jobke2016-07-076-74/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 3731b2a006eca1e96d4087212a5e779c85a002e4. Revert "[tx-robot] updated from transifex" This reverts commit 94d91113f1206161b00bbc28da00aaf80bcd0a3e. Revert "[tx-robot] updated from transifex" This reverts commit e7cc8bac1e26935ed3bceb2b777659cc72cafdf2. Revert "[tx-robot] updated from transifex" This reverts commit 59fc3ff45a98e305ad65069d31fc78081fa88dc6. Revert "[tx-robot] updated from transifex" This reverts commit 6a89a63d2e5f6d807f6e99823b76f3cfea268c29. Revert "[tx-robot] updated from transifex" This reverts commit b0bad03234329113988d7d9c9cf2613d8f031c5f.
| * | [tx-robot] updated from transifexJenkins for ownCloud2016-07-072-2/+2
| | |
| * | fix swift primary object store test (#25281)Thomas Müller2016-07-051-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Wait for socket to be open * Fix call on null * Allow DB access for MountProviderTest Makes unit tests pass when using object store, since their FS access is actually oc_filecache DB access. It is currently not possible to mock or bypass the logic from "SharedMount::verifyMountPoint()" triggered by this test.
| * | [tx-robot] updated from transifexJenkins for ownCloud2016-07-042-0/+38
| | |
| * | [tx-robot] updated from transifexJenkins for ownCloud2016-07-022-0/+34
| | |
* | | [tx-robot] updated from transifexNextcloud bot2016-07-072-20/+20
| |/ |/|
* | [tx-robot] updated from transifexNextcloud bot2016-07-0622-48/+158
| |
* | Merge remote-tracking branch 'upstream/master' into master-sync-upstreamLukas Reschke2016-07-014-3/+20
|\|
| * [tx-robot] updated from transifexJenkins for ownCloud2016-06-292-0/+2
| |