Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move closing div to the right place | Bjoern Schiessle | 2016-07-20 | 1 | -1/+1 |
| | |||||
* | Move JS inclusion to Controller | Roeland Jago Douma | 2016-07-18 | 1 | -20/+0 |
| | | | | * This way we can easier load files conditionally | ||||
* | replace 'ownCloud' with 'Nextcloud' | Bjoern Schiessle | 2016-07-14 | 1 | -2/+2 |
| | |||||
* | create a real federated share if a user add a public link to his ownCloud | Björn Schießle | 2016-07-14 | 1 | -1/+1 |
| | | | | this way the owner sees all mounted public links and control them individually | ||||
* | Add expiration date to share by link view | Morris Jobke | 2016-07-07 | 1 | -0/+3 |
| | |||||
* | Add text about uploaded files | Lukas Reschke | 2016-06-10 | 1 | -1/+3 |
| | |||||
* | Add some error handling | Lukas Reschke | 2016-06-09 | 1 | -0/+7 |
| | |||||
* | Fix public upload for normal shares | Lukas Reschke | 2016-06-09 | 1 | -2/+3 |
| | |||||
* | Make uploading possible via select and cleanup CSS | Lukas Reschke | 2016-06-09 | 1 | -4/+10 |
| | |||||
* | Add fancy layout | Lukas Reschke | 2016-06-09 | 1 | -5/+11 |
| | |||||
* | Fix XSS | Lukas Reschke | 2016-06-09 | 1 | -1/+1 |
| | |||||
* | add hide file list option | Bjoern Schiessle | 2016-06-09 | 1 | -17/+33 |
| | |||||
* | video poster | Piotr Filiciak | 2016-05-24 | 1 | -6/+2 |
| | |||||
* | Fix: Bugs in shared link with video #24331 | Piotr Filiciak | 2016-05-15 | 1 | -3/+5 |
| | |||||
* | move federated sharing settings to the federatedfilesharing app | Björn Schießle | 2016-04-22 | 2 | -104/+0 |
| | |||||
* | replace $.parseJSON() by JSON.parse() | Christoph Wurst | 2016-04-19 | 1 | -1/+0 |
| | |||||
* | Consistently use rel=noreferrer | Lukas Reschke | 2016-03-20 | 2 | -3/+3 |
| | | | | When linking to external entities we should consistently use rel=noreferrer | ||||
* | Public link share disabled if password length is equal to 0 | prastut | 2016-03-08 | 1 | -2/+3 |
| | |||||
* | Use HTTPS instead of HTTP | Lukas Reschke | 2016-02-05 | 1 | -1/+1 |
| | | | This is now supported by github.io | ||||
* | Remove OC_Helper::imagePath and use the proper public interface | Morris Jobke | 2016-01-24 | 1 | -2/+2 |
| | |||||
* | [Share 2.0] Move showing link share to sharing 2.0 | Roeland Jago Douma | 2016-01-20 | 1 | -1/+1 |
| | |||||
* | Removed deprecated OC_Helper::mimeTypeIcon function | Roeland Jago Douma | 2015-12-18 | 1 | -1/+1 |
| | |||||
* | show display name but internally use the user name | Björn Schießle | 2015-12-14 | 1 | -1/+1 |
| | |||||
* | remove unneeded icons from input fields to not distract from submit button, ↵ | Jan-Christoph Borchardt | 2015-10-30 | 1 | -1/+0 |
| | | | | fix #18940 | ||||
* | Merge pull request #19733 from owncloud/remove-controls-whennotneeded | Thomas Müller | 2015-10-14 | 1 | -3/+0 |
|\ | | | | | Remove controls for file lists that don't need it | ||||
| * | Remove controls for file lists that don't need it | Vincent Petry | 2015-10-13 | 1 | -3/+0 |
| | | | | | | | | | | Remove controls from sharing overview and favorite file lists which don't display paths. | ||||
* | | apply new checkbox style to admin settings | Hendrik Leppelsack | 2015-10-14 | 1 | -2/+2 |
|/ | |||||
* | fix scrollbars in public template | Hendrik Leppelsack | 2015-10-06 | 1 | -31/+32 |
| | |||||
* | Do noy allow empty urls to be submitted in "add to your owncloud" | Roeland Jago Douma | 2015-09-30 | 1 | -1/+1 |
| | | | | Fixes #19382 | ||||
* | Merge pull request #18630 from owncloud/files-combineuploadbutton | Jan-Christoph Borchardt | 2015-09-07 | 1 | -0/+1 |
|\ | | | | | Combine upload action into the "New" menu | ||||
| * | Combine upload action into the "New" menu | Vincent Petry | 2015-08-28 | 1 | -0/+1 |
| | | | | | | | | Refactored the new menu to be encapsulated in the NewFileMenu JS class | ||||
* | | Collapse HTML code for federated code | Lukas Reschke | 2015-09-03 | 1 | -5/+6 |
|/ | |||||
* | don't load gs-share | Thomas Müller | 2015-08-25 | 1 | -2/+4 |
| | |||||
* | Simply hide sharing buttons for IE8 - fixes #18011 | Thomas Müller | 2015-08-25 | 1 | -0/+2 |
| | |||||
* | Load missing JS dep in public link page | Vincent Petry | 2015-08-18 | 1 | -0/+1 |
| | |||||
* | Implement file actions dropdown | Vincent Petry | 2015-08-10 | 1 | -0/+1 |
| | | | | | | File actions now have two types "inline" and "dropdown". The default is "dropdown". The file actions will now be shown in a dropdown menu. | ||||
* | use inline confirm button style for password-protected links, ref #15176 | Jan-Christoph Borchardt | 2015-07-29 | 1 | -1/+2 |
| | |||||
* | remove duplicate ID in HTML template for public shares | Morris Jobke | 2015-06-25 | 1 | -1/+1 |
| | |||||
* | Merge pull request #16692 from owncloud/add_social_media_buttons | Björn Schießle | 2015-06-18 | 1 | -6/+67 |
|\ | | | | | Add social media buttons | ||||
| * | add id to url | Bjoern Schiessle | 2015-06-18 | 1 | -4/+4 |
| | | |||||
| * | fix look of 'Share with me via ownCloud' button, fix wording | Jan-Christoph Borchardt | 2015-06-17 | 1 | -4/+8 |
| | | |||||
| * | fix path to owncloud logo | Bjoern Schiessle | 2015-06-17 | 1 | -2/+2 |
| | | |||||
| * | make the click actions work | Bjoern Schiessle | 2015-06-17 | 1 | -6/+8 |
| | | |||||
| * | federated cloud ID: add icons, fix HTML & layout, fix wording | Jan-Christoph Borchardt | 2015-06-17 | 1 | -37/+35 |
| | | |||||
| * | add social media button for diaspora, twitter, facebook and google+ | Bjoern Schiessle | 2015-06-17 | 1 | -6/+63 |
| | | |||||
* | | Disable video preview if previews are disabled | Morris Jobke | 2015-06-09 | 1 | -1/+1 |
|/ | |||||
* | L10n for federated cloud ID and rtrim '/' on ID | Morris Jobke | 2015-06-02 | 1 | -1/+1 |
| | |||||
* | show federated cloud id in the personal settings | Bjoern Schiessle | 2015-06-02 | 1 | -0/+12 |
| | |||||
* | replace logo-wide on share page as well with better icon + text | Jan-Christoph Borchardt | 2015-05-22 | 1 | -4/+14 |
| | |||||
* | add admin documentation hints to Federated Cloud Sharing and cron | Jan-Christoph Borchardt | 2015-04-09 | 1 | -0/+3 |
| |