Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-07-19 | 10 | -0/+20 |
| | |||||
* | Merge pull request #414 from nextcloud/files_sharing_event_dispatcher | Björn Schießle | 2016-07-18 | 4 | -36/+55 |
|\ | | | | | Files sharing event dispatcher | ||||
| * | Cleanup coding style | Roeland Jago Douma | 2016-07-18 | 1 | -30/+28 |
| | | |||||
| * | Add eventdispatcher to public link view | Roeland Jago Douma | 2016-07-18 | 3 | -3/+21 |
| | | |||||
| * | Move JS inclusion to Controller | Roeland Jago Douma | 2016-07-18 | 2 | -20/+23 |
| | | | | | | | | * This way we can easier load files conditionally | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2016-07-18 | 36 | -470/+24 |
| | | |||||
* | | Move SetupFromToken to ShareManager | Roeland Jago Douma | 2016-07-18 | 2 | -70/+31 |
|/ | |||||
* | Merge pull request #379 from nextcloud/create_federated_share_on_mount | Morris Jobke | 2016-07-18 | 10 | -597/+73 |
|\ | | | | | Create federated share on mount | ||||
| * | rename SaveToNextcloudController to MountPublicLinkController | Bjoern Schiessle | 2016-07-14 | 1 | -5/+5 |
| | | |||||
| * | adjust copyright notices | Bjoern Schiessle | 2016-07-14 | 1 | -0/+1 |
| | | |||||
| * | remove unused parameter | Bjoern Schiessle | 2016-07-14 | 3 | -3/+3 |
| | | |||||
| * | move some stuff over to the federatedfilesharing app | Bjoern Schiessle | 2016-07-14 | 6 | -491/+1 |
| | | |||||
| * | s/ownCloud/Nextcloud | Bjoern Schiessle | 2016-07-14 | 3 | -9/+6 |
| | | |||||
| * | continue to accept the URL of the remote server instead of the federated ↵ | Bjoern Schiessle | 2016-07-14 | 3 | -117/+94 |
| | | | | | | | | cloud id | ||||
| * | replace 'ownCloud' with 'Nextcloud' | Bjoern Schiessle | 2016-07-14 | 2 | -3/+3 |
| | | |||||
| * | create a real federated share if a user add a public link to his ownCloud | Björn Schießle | 2016-07-14 | 2 | -42/+33 |
| | | | | | | | | this way the owner sees all mounted public links and control them individually | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2016-07-16 | 2 | -0/+4 |
| | | |||||
* | | Fix PHPUnit 5.4 warnings in files_sharing tests | Roeland Jago Douma | 2016-07-15 | 4 | -116/+116 |
| | | |||||
* | | Merge pull request #398 from nextcloud/issue-388-fix-hidden-file-list-master | Lukas Reschke | 2016-07-14 | 1 | -5/+6 |
|\ \ | | | | | | | Fix hidden file list master | ||||
| * | | Allow shares with create permissions only aswell | Joas Schilling | 2016-07-14 | 1 | -5/+6 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2016-07-14 | 8 | -2/+18 |
|/ / | |||||
* / | [tx-robot] updated from transifex | Nextcloud bot | 2016-07-13 | 8 | -0/+16 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-07-12 | 46 | -92/+8 |
| | |||||
* | Change occurence of ownCloud (#352) | Morris Jobke | 2016-07-11 | 1 | -3/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-07-11 | 2 | -0/+4 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-07-10 | 2 | -0/+4 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-07-09 | 10 | -0/+20 |
| | |||||
* | combine if statements | Robin Appelman | 2016-07-08 | 1 | -13/+10 |
| | |||||
* | handle errors while getting fileinfo | Robin Appelman | 2016-07-08 | 1 | -1/+1 |
| | |||||
* | Fix type hinting | Robin Appelman | 2016-07-08 | 1 | -1/+2 |
| | |||||
* | hint global handlebars | Robin Appelman | 2016-07-08 | 1 | -0/+2 |
| | |||||
* | dont overwrite a variable with a different type | Robin Appelman | 2016-07-08 | 1 | -3/+3 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-07-08 | 2 | -16/+16 |
| | |||||
* | Merge pull request #333 from nextcloud/sync-master | Lukas Reschke | 2016-07-07 | 4 | -3/+82 |
|\ | | | | | Sync master | ||||
| * | Simplify test code and don't show anything if no date is set | Morris Jobke | 2016-07-07 | 2 | -10/+4 |
| | | |||||
| * | add unit tests | Morris Jobke | 2016-07-07 | 1 | -3/+40 |
| | | |||||
| * | Update header during update callback | Morris Jobke | 2016-07-07 | 1 | -5/+5 |
| | | |||||
| * | Not set expiration date is represented as 0 | Morris Jobke | 2016-07-07 | 1 | -1/+4 |
| | | |||||
| * | add "Never" if expiration date is not set | Morris Jobke | 2016-07-07 | 1 | -2/+3 |
| | | |||||
| * | Add expiration date to share by link view | Morris Jobke | 2016-07-07 | 2 | -0/+41 |
| | | |||||
| * | Merge branch 'master' into sync-master | Morris Jobke | 2016-07-07 | 30 | -70/+435 |
| |\ | |||||
| * | | Revert "[tx-robot] updated from transifex" | Morris Jobke | 2016-07-07 | 6 | -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 transifex | Jenkins for ownCloud | 2016-07-07 | 2 | -2/+2 |
| | | | |||||
| * | | fix swift primary object store test (#25281) | Thomas Müller | 2016-07-05 | 1 | -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 transifex | Jenkins for ownCloud | 2016-07-04 | 2 | -0/+38 |
| | | | |||||
| * | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-07-02 | 2 | -0/+34 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2016-07-07 | 2 | -20/+20 |
| |/ |/| | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2016-07-06 | 22 | -48/+158 |
| | | |||||
* | | Merge remote-tracking branch 'upstream/master' into master-sync-upstream | Lukas Reschke | 2016-07-01 | 4 | -3/+20 |
|\| | |||||
| * | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-06-29 | 2 | -0/+2 |
| | |