Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | allow to share a file/folder as public link also if one of it parents was ↵ | Bjoern Schiessle | 2013-10-30 | 1 | -2/+4 |
| | | | | already shared as link | ||||
* | Fixed sharing status update for new/uploaded files | Vincent Petry | 2013-10-17 | 1 | -39/+58 |
| | | | | | | | | | | | | | | Creating new files, folders or uploading files now have their sharing icon updated accordingly. For this, the global share status list that is cached in OC.Share.statuses is reused for new files. In OC.Share, split loadIcons into loadIcons + updateIcons. Fixes #4977 Backport of 70c9652cdf6e00f1c62fb9a61d9dd4fb3e2c93c3 | ||||
* | Fix autofocus | Morris Jobke | 2013-10-07 | 1 | -2/+4 |
| | | | | | | fix #4465 fix #4941 backport of 4803 to stable5 | ||||
* | we can leave the loop if the permission of the link share was checked | Bjoern Schiessle | 2013-09-26 | 1 | -3/+1 |
| | |||||
* | check only permission from link-share to decide if public upload is enabled ↵ | Bjoern Schiessle | 2013-09-26 | 1 | -1/+3 |
| | | | | or disabled | ||||
* | initialize variable | Bjoern Schiessle | 2013-09-23 | 1 | -0/+1 |
| | |||||
* | calculate correct permissions while toggle the password protection | Bjoern Schiessle | 2013-09-23 | 1 | -1/+11 |
| | |||||
* | fix #2711 using a custom event, also use css selectors over filterAttr | Jörn Friedrich Dreyer | 2013-08-15 | 1 | -3/+3 |
| | |||||
* | fixes #4026 | Thomas Müller | 2013-07-30 | 1 | -9/+21 |
| | |||||
* | Show generic error when there is no error | Victor Dubiniuk | 2013-07-24 | 1 | -1/+6 |
| | |||||
* | Create an array entry before filling it | Victor Dubiniuk | 2013-07-24 | 1 | -0/+1 |
| | |||||
* | Squashed commit of the following: | Thomas Müller | 2013-07-22 | 1 | -1/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commit 7e875ff47ae1a3e546c74fb12895b2bfbeedabdf Author: Thomas Müller <thomas.mueller@tmit.eu> Date: Sun Jul 14 21:58:08 2013 +0200 No admin option to enable public upload in case encryption is enabled No upload on pubic page if public upload is disabled commit 4939d9a668c13cdd74e8bb8e305bdd7a59661c4d Author: Thomas Mueller <thomas.mueller@tmit.eu> Date: Fri Jul 12 21:34:38 2013 +0200 change anonymous to public commit c3bda8654d911383ae0acf9e41adda7117cb79f8 Author: Thomas Müller <thomas.mueller@tmit.eu> Date: Fri Jul 12 17:51:01 2013 +0200 fixing Undefined index: publicUploadEnabled commit 98861afde443c12a2ef5290c83c63fd12b7b196d Author: Thomas Müller <thomas.mueller@tmit.eu> Date: Fri Jul 12 17:05:58 2013 +0200 in case the encryption app is enabled we cannot yet allow anonymous upload commit 974f09629d0e8bf5d90cf8546fa4a82738ebdebe Author: Thomas Müller <thomas.mueller@tmit.eu> Date: Fri Jul 12 17:03:51 2013 +0200 new admin setting added which allows to turn off anonymous uploads | ||||
* | Backport of #3948 to stable5 | Thomas Müller | 2013-07-05 | 1 | -2/+2 |
| | |||||
* | no anonymous upload on read-only folders | Thomas Müller | 2013-07-05 | 1 | -9/+11 |
| | |||||
* | Public upload feature | Roman Geber | 2013-07-01 | 1 | -1/+42 |
| | | | | | Conflicts: apps/files/js/filelist.js | ||||
* | Escape dropdown | Lukas Reschke | 2013-06-29 | 1 | -2/+2 |
| | | | | Fixes #3241 | ||||
* | Fix #2730 | kondou | 2013-04-09 | 1 | -4/+4 |
| | | | | | Swap OC.dialogs.alert()'s parameters, so Error is shown as its title. | ||||
* | Whitespaces | Arthur Schiwon | 2013-03-27 | 1 | -3/+3 |
| | |||||
* | Share Dialog: show Displayname instead of internal name | Arthur Schiwon | 2013-03-27 | 1 | -1/+1 |
| | |||||
* | Update share.js | Bernhard Posselt | 2013-03-08 | 1 | -2/+2 |
| | | | Added HTML escaping | ||||
* | Fix #2080 and fix #2141 | Michael Gapczynski | 2013-03-07 | 1 | -52/+36 |
| | |||||
* | Sanitize shareWith | Lukas Reschke | 2013-03-04 | 1 | -3/+3 |
| | |||||
* | reduce minimum length for username suggestions in share dialog, fix #1666 | Jan-Christoph Borchardt | 2013-02-27 | 1 | -1/+1 |
| | |||||
* | Merge pull request #1905 from owncloud/fix-share-icons | Thomas Müller | 2013-02-27 | 1 | -6/+6 |
|\ | | | | | Fix adding share icons to share action | ||||
| * | Move space | Michael Gapczynski | 2013-02-25 | 1 | -4/+4 |
| | | |||||
| * | Fix adding share icons to share action | Michael Gapczynski | 2013-02-25 | 1 | -6/+6 |
| | | |||||
* | | Reduced email input width by 10% to increase space. | raghunayyar | 2013-02-20 | 1 | -1/+1 |
| | | |||||
* | | Fixes the Email Button and the email input Width. | raghunayyar | 2013-02-20 | 1 | -2/+2 |
|/ | |||||
* | if you add/remove more than one user from the share dialog replacing 'Share' ↵ | Björn Schießle | 2013-02-11 | 1 | -4/+4 |
| | | | | with 'Shared' will lead to a string with more and more trailing 'd's | ||||
* | attach handlers to document instead of filelist, minor whitespace cleanups | Jörn Friedrich Dreyer | 2013-02-08 | 1 | -60/+71 |
| | |||||
* | attach to filelist which is present on .ready() | Jörn Friedrich Dreyer | 2013-01-30 | 1 | -13/+13 |
| | |||||
* | replace live() with on() in core js | Jörn Friedrich Dreyer | 2013-01-30 | 1 | -13/+13 |
| | |||||
* | Merge pull request #1360 from owncloud/display_name | Lukas Reschke | 2013-01-29 | 1 | -9/+9 |
|\ | | | | | introduction of display names | ||||
| * | use display name to show share_width and owner information | Björn Schießle | 2013-01-25 | 1 | -9/+9 |
| | | |||||
* | | Change file action text for files inside shared folders as well | Michael Gapczynski | 2013-01-28 | 1 | -0/+1 |
| | | |||||
* | | Change file action text to 'Shared' | Michael Gapczynski | 2013-01-28 | 1 | -0/+3 |
| | | |||||
* | | Permanently display shared status icons | Michael Gapczynski | 2013-01-26 | 1 | -3/+16 |
|/ | |||||
* | call the password input field by name | Björn Schießle | 2012-12-18 | 1 | -1/+1 |
| | |||||
* | autofocus to password input after clicking the checkbox; code restructured; ↵ | Björn Schießle | 2012-12-18 | 1 | -14/+8 |
| | | | | debug output added | ||||
* | some more usability improvements: | Björn Schießle | 2012-12-18 | 1 | -1/+10 |
| | | | | merged pull request https://github.com/owncloud/core/pull/121 into this patch with fixes for all issues mentioned in 121 | ||||
* | set password for shared links when the user press enter and when he leaves ↵ | Björn Schießle | 2012-12-18 | 1 | -8/+18 |
| | | | | the password field | ||||
* | feedback to the user while request is being processed | Thomas Mueller | 2012-12-12 | 1 | -2/+9 |
| | |||||
* | moving sharing email code to core | Thomas Mueller | 2012-12-10 | 1 | -0/+23 |
| | |||||
* | restoring feature to send sharing link via email | Thomas Mueller | 2012-12-10 | 1 | -2/+10 |
| | |||||
* | Sharing: Fix false positived v. 2 | Thomas Tanghus | 2012-11-27 | 1 | -1/+1 |
| | |||||
* | readd fallback code for pre token links | Jörn Friedrich Dreyer | 2012-11-23 | 1 | -4/+18 |
| | |||||
* | implement share via link token | Jörn Friedrich Dreyer | 2012-11-20 | 1 | -13/+5 |
| | |||||
* | If you using the sharing by link the array monthNames don't exist and causes ↵ | libasys | 2012-11-14 | 1 | -1/+3 |
| | | | | errors in all browsers! so we check if the type of the variable isn't undefined! | ||||
* | Try to fix shared status icons again | Michael Gapczynski | 2012-10-28 | 1 | -10/+5 |
| | |||||
* | Fix shared status icons | Michael Gapczynski | 2012-10-28 | 1 | -7/+33 |
| |