Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed disappearing of share info in file view | Michael Jobst | 2016-11-04 | 1 | -1/+6 |
| | |||||
* | Fix public files_drop page | Roeland Jago Douma | 2016-10-24 | 1 | -15/+9 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Make files_drop work | Roeland Jago Douma | 2016-10-24 | 1 | -7/+33 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Use Webdav PUT for uploads in the web browser | Vincent Petry | 2016-10-24 | 1 | -13/+30 |
| | | | | | | | | | | | | | | - uses PUT method with jquery.fileupload for regular and public file lists - for IE and browsers that don't support it, use POST with iframe transport - implemented Sabre plugin to handle iframe transport and redirect the embedded PUT request to the proper handler - added RFC5995 POST to file collection with "add-member" property to make it possible to auto-rename conflicting file names - remove obsolete ajax/upload.php and obsolete ajax routes Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Display "Share" alt text for share action icon (#26158) | Vincent Petry | 2016-09-26 | 1 | -0/+1 |
| | | | | | | Downstreaming of https://github.com/owncloud/core/pull/26158 Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | rename SaveToNextcloudController to MountPublicLinkController | Bjoern Schiessle | 2016-07-14 | 1 | -5/+5 |
| | |||||
* | adjust copyright notices | Bjoern Schiessle | 2016-07-14 | 1 | -0/+1 |
| | |||||
* | move some stuff over to the federatedfilesharing app | Bjoern Schiessle | 2016-07-14 | 2 | -167/+1 |
| | |||||
* | s/ownCloud/Nextcloud | Bjoern Schiessle | 2016-07-14 | 2 | -6/+5 |
| | |||||
* | continue to accept the URL of the remote server instead of the federated ↵ | Bjoern Schiessle | 2016-07-14 | 2 | -19/+73 |
| | | | | cloud id | ||||
* | replace 'ownCloud' with 'Nextcloud' | Bjoern Schiessle | 2016-07-14 | 1 | -1/+1 |
| | |||||
* | create a real federated share if a user add a public link to his ownCloud | Björn Schießle | 2016-07-14 | 1 | -41/+32 |
| | | | | this way the owner sees all mounted public links and control them individually | ||||
* | Change occurence of ownCloud (#352) | Morris Jobke | 2016-07-11 | 1 | -3/+2 |
| | |||||
* | hint global handlebars | Robin Appelman | 2016-07-08 | 1 | -0/+2 |
| | |||||
* | Simplify test code and don't show anything if no date is set | Morris Jobke | 2016-07-07 | 1 | -1/+1 |
| | |||||
* | 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 | 1 | -0/+38 |
| | |||||
* | smaller files drop fixes | Arthur Schiwon | 2016-06-11 | 1 | -2/+31 |
| | | | | | | * fix infinite spinner on blacklisted files * move HTML to template * indentation | ||||
* | Add text about uploaded files | Lukas Reschke | 2016-06-10 | 1 | -1/+12 |
| | |||||
* | Add some error handling | Lukas Reschke | 2016-06-09 | 1 | -4/+20 |
| | |||||
* | Fix public upload for normal shares | Lukas Reschke | 2016-06-09 | 1 | -1/+4 |
| | |||||
* | Make uploading possible via select and cleanup CSS | Lukas Reschke | 2016-06-09 | 2 | -17/+18 |
| | |||||
* | Add fancy layout | Lukas Reschke | 2016-06-09 | 1 | -0/+45 |
| | |||||
* | add hide file list option | Bjoern Schiessle | 2016-06-09 | 1 | -2/+7 |
| | |||||
* | bug fix | Piotr Filiciak | 2016-05-24 | 1 | -1/+1 |
| | |||||
* | video poster | Piotr Filiciak | 2016-05-24 | 1 | -0/+3 |
| | |||||
* | Fix: Bugs in shared link with video #24331 | Piotr Filiciak | 2016-05-15 | 1 | -1/+1 |
| | |||||
* | move federated sharing settings to the federatedfilesharing app | Björn Schießle | 2016-04-22 | 3 | -237/+0 |
| | |||||
* | filter hidden files on the web interface | Christoph Wurst | 2016-04-19 | 1 | -3/+6 |
| | | | | | | | | | | | | | | | | | | add checkbox to toggle show/hide hidden files persist show hidden setting fix settings menu layout test ApiController::showHiddenFiles don't show hidden files by default Store config in Backbone model and inject it into FileList Filter files only temporarily when rending the file list Fix file rename validation | ||||
* | apps: Fix typos (found by codespell) (#23862) | Stefan Weil | 2016-04-12 | 1 | -1/+1 |
| | | | Signed-off-by: Stefan Weil <sw@weilnetz.de> | ||||
* | add loading spinner to add to owncloud input field | Erik Pellikka | 2016-04-07 | 1 | -0/+19 |
| | | | | | | Update public.js Update public.js | ||||
* | Fix displaying owner before share icon in file list | Vincent Petry | 2016-03-30 | 1 | -2/+3 |
| | | | | Initial display of owner was missing | ||||
* | Return remote shares in oc:share-types Webdav property | Vincent Petry | 2016-03-24 | 1 | -0/+2 |
| | | | | | Fixes web UI to properly display the share status icon when an outgoing remote share exists | ||||
* | Add webdav property for share info in PROPFIND response | Vincent Petry | 2016-03-17 | 2 | -24/+43 |
| | |||||
* | Public link share disabled if password length is equal to 0 | prastut | 2016-03-08 | 1 | -0/+9 |
| | |||||
* | Remove "files" arg from download URL in public link page | Vincent Petry | 2016-03-07 | 1 | -2/+4 |
| | | | | | When no files were specified for download, it means folder download. In this case, no need to pass an empty "files" argument. | ||||
* | Make file actions use icon CSS classes | Roeland Jago Douma | 2016-02-25 | 1 | -1/+1 |
| | | | | This makes theming of file actions possible | ||||
* | Reload list of shares on directory change | Roeland Jago Douma | 2016-02-11 | 1 | -0/+4 |
| | |||||
* | Revert back to non-webdav download link for public URLs | Vincent Petry | 2016-02-10 | 1 | -3/+0 |
| | | | | | Fixes issues with browsers not happy with the token. Fixes activities which were not sent. | ||||
* | Listen to the notification event to reload the file list | Joas Schilling | 2016-02-10 | 1 | -1/+13 |
| | |||||
* | Construct valid URL | Roeland Jago Douma | 2016-02-03 | 1 | -5/+1 |
| | |||||
* | Add token in webdav download link of public page | Vincent Petry | 2016-01-07 | 1 | -1/+5 |
| | |||||
* | Merge pull request #21189 from owncloud/fix_21187 | Thomas Müller | 2015-12-15 | 1 | -0/+3 |
|\ | | | | | File shares can't have create permissions | ||||
| * | File shares can't have create permissions | Roeland Jago Douma | 2015-12-14 | 1 | -0/+3 |
| | | | | | | | | fixes #21187 | ||||
* | | show display name but internally use the user name | Björn Schießle | 2015-12-14 | 2 | -4/+6 |
|/ | |||||
* | Merge pull request #20581 from owncloud/public-page-preview-hidpi-scale | Thomas Müller | 2015-12-07 | 1 | -4/+8 |
|\ | | | | | Fix hidpi previews on public page | ||||
| * | Fix hidpi previews on public page | Robin Appelman | 2015-11-18 | 1 | -4/+8 |
| | | |||||
* | | Merge pull request #20688 from owncloud/publiclink-getdownloadurl-webdav | Thomas Müller | 2015-11-30 | 1 | -3/+6 |
|\ \ | | | | | | | Fix public link getDownloadUrl to return Webdav public link |