summaryrefslogtreecommitdiffstats
path: root/core/js/share.js
Commit message (Collapse)AuthorAgeFilesLines
* allow to share a file/folder as public link also if one of it parents was ↵Bjoern Schiessle2013-10-301-2/+4
| | | | already shared as link
* Fixed sharing status update for new/uploaded filesVincent Petry2013-10-171-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 autofocusMorris Jobke2013-10-071-2/+4
| | | | | | fix #4465 fix #4941 backport of 4803 to stable5
* we can leave the loop if the permission of the link share was checkedBjoern Schiessle2013-09-261-3/+1
|
* check only permission from link-share to decide if public upload is enabled ↵Bjoern Schiessle2013-09-261-1/+3
| | | | or disabled
* initialize variableBjoern Schiessle2013-09-231-0/+1
|
* calculate correct permissions while toggle the password protectionBjoern Schiessle2013-09-231-1/+11
|
* fix #2711 using a custom event, also use css selectors over filterAttrJörn Friedrich Dreyer2013-08-151-3/+3
|
* fixes #4026Thomas Müller2013-07-301-9/+21
|
* Show generic error when there is no errorVictor Dubiniuk2013-07-241-1/+6
|
* Create an array entry before filling itVictor Dubiniuk2013-07-241-0/+1
|
* Squashed commit of the following:Thomas Müller2013-07-221-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 stable5Thomas Müller2013-07-051-2/+2
|
* no anonymous upload on read-only foldersThomas Müller2013-07-051-9/+11
|
* Public upload featureRoman Geber2013-07-011-1/+42
| | | | | Conflicts: apps/files/js/filelist.js
* Escape dropdownLukas Reschke2013-06-291-2/+2
| | | | Fixes #3241
* Fix #2730kondou2013-04-091-4/+4
| | | | | Swap OC.dialogs.alert()'s parameters, so Error is shown as its title.
* WhitespacesArthur Schiwon2013-03-271-3/+3
|
* Share Dialog: show Displayname instead of internal nameArthur Schiwon2013-03-271-1/+1
|
* Update share.jsBernhard Posselt2013-03-081-2/+2
| | | Added HTML escaping
* Fix #2080 and fix #2141Michael Gapczynski2013-03-071-52/+36
|
* Sanitize shareWithLukas Reschke2013-03-041-3/+3
|
* reduce minimum length for username suggestions in share dialog, fix #1666Jan-Christoph Borchardt2013-02-271-1/+1
|
* Merge pull request #1905 from owncloud/fix-share-iconsThomas Müller2013-02-271-6/+6
|\ | | | | Fix adding share icons to share action
| * Move spaceMichael Gapczynski2013-02-251-4/+4
| |
| * Fix adding share icons to share actionMichael Gapczynski2013-02-251-6/+6
| |
* | Reduced email input width by 10% to increase space.raghunayyar2013-02-201-1/+1
| |
* | Fixes the Email Button and the email input Width.raghunayyar2013-02-201-2/+2
|/
* if you add/remove more than one user from the share dialog replacing 'Share' ↵Björn Schießle2013-02-111-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 cleanupsJörn Friedrich Dreyer2013-02-081-60/+71
|
* attach to filelist which is present on .ready()Jörn Friedrich Dreyer2013-01-301-13/+13
|
* replace live() with on() in core jsJörn Friedrich Dreyer2013-01-301-13/+13
|
* Merge pull request #1360 from owncloud/display_nameLukas Reschke2013-01-291-9/+9
|\ | | | | introduction of display names
| * use display name to show share_width and owner informationBjörn Schießle2013-01-251-9/+9
| |
* | Change file action text for files inside shared folders as wellMichael Gapczynski2013-01-281-0/+1
| |
* | Change file action text to 'Shared'Michael Gapczynski2013-01-281-0/+3
| |
* | Permanently display shared status iconsMichael Gapczynski2013-01-261-3/+16
|/
* call the password input field by nameBjörn Schießle2012-12-181-1/+1
|
* autofocus to password input after clicking the checkbox; code restructured; ↵Björn Schießle2012-12-181-14/+8
| | | | debug output added
* some more usability improvements:Björn Schießle2012-12-181-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ßle2012-12-181-8/+18
| | | | the password field
* feedback to the user while request is being processedThomas Mueller2012-12-121-2/+9
|
* moving sharing email code to coreThomas Mueller2012-12-101-0/+23
|
* restoring feature to send sharing link via emailThomas Mueller2012-12-101-2/+10
|
* Sharing: Fix false positived v. 2Thomas Tanghus2012-11-271-1/+1
|
* readd fallback code for pre token linksJörn Friedrich Dreyer2012-11-231-4/+18
|
* implement share via link tokenJörn Friedrich Dreyer2012-11-201-13/+5
|
* If you using the sharing by link the array monthNames don't exist and causes ↵libasys2012-11-141-1/+3
| | | | errors in all browsers! so we check if the type of the variable isn't undefined!
* Try to fix shared status icons againMichael Gapczynski2012-10-281-10/+5
|
* Fix shared status iconsMichael Gapczynski2012-10-281-7/+33
|