summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/js
Commit message (Expand)AuthorAgeFilesLines
* pass the name of the item source from the browser to the server - no need to ...Thomas Müller2013-10-231-2/+2
* Added direct link in public share pageVincent Petry2013-10-181-0/+2
* Fixed sharing status update for new/uploaded filesVincent Petry2013-10-171-3/+11
* Merge branch 'master' into fix_3728_with_file_exists_dialogJörn Friedrich Dreyer2013-09-172-13/+12
|\
| * Merge pull request #4838 from owncloud/refactor_upload_jsThomas Müller2013-09-161-14/+13
| |\
| | * refactor upload js & html to always use only js to fill form dataJörn Friedrich Dreyer2013-09-131-14/+13
| * | Ajax calls for "files" and "files_trashbin" appsVincent Petry2013-09-131-1/+1
| |/
* | Merge branch 'master' into fix_3728_with_file_exists_dialogJörn Friedrich Dreyer2013-09-042-5/+8
|\|
| * Merge branch 'master' into oc_previewGeorg Ehrke2013-08-231-3/+3
| |\
| | * Merge pull request #4262 from owncloud/fix_jslint_kondouChristopher2013-08-201-3/+3
| | |\
| | | * Merge branch 'master' into fix_jslint_kondoukondou2013-08-181-2/+5
| | | |\
| | | * | Fix a syntax error & have if-conds in an own linekondou2013-08-011-1/+1
| | | * | Fix some JSLint warningskondou2013-07-311-4/+4
| * | | | Merge master into oc_previewGeorg Ehrke2013-08-191-1/+4
| |\| | |
| | * | | Add _many_ newlines at the end of fileskondou2013-08-181-1/+1
| | | |/ | | |/|
| | * | fix #2711 using a custom event, also use css selectors over filterAttrJörn Friedrich Dreyer2013-08-081-2/+5
| | |/
| * | fix js errorGeorg Ehrke2013-08-071-1/+1
| * | implement previews of single shared filesGeorg Ehrke2013-08-071-1/+1
| |/
* / progress fixesJörn Friedrich Dreyer2013-08-161-2/+5
|/
* adding tipsy to the upload button showing the max upload and restoring client...Thomas Müller2013-07-051-0/+2
* Public upload featureRoman Geber2013-06-251-1/+18
* Use HTML5 data attribute + fix undefined variableLukas Reschke2013-01-261-0/+2
* missing renames of publicListView to disableSharingThomas Mueller2013-01-231-1/+1
* Whitespace cleanupBart Visscher2013-01-161-1/+1
* moving sharing email code to coreThomas Mueller2012-12-101-25/+1
* restoring feature to send sharing link via emailThomas Mueller2012-12-101-1/+23
* Fix shared status iconsMichael Gapczynski2012-10-281-30/+4
* don't show the share action in the file view for publically shared files.Björn Schießle2012-10-101-1/+1
* Fix closing the sharing dropdown by clicking on the share buttonMichael Gapczynski2012-10-091-1/+1
* register download action for directoriesBjörn Schießle2012-10-051-0/+6
* register download action for filesBjörn Schießle2012-10-051-0/+6
* Remove the content and table to prevent covering the download linkMichael Gapczynski2012-09-191-0/+5
* Show preview for public folder linksMichael Gapczynski2012-09-182-5/+13
* Disable link sharing for folders temporarily - next releaseMichael Gapczynski2012-09-091-2/+4
* unify permissions (2/3): change apps to use OC::PERMISSION_XJörn Friedrich Dreyer2012-08-312-2/+2
* Show notification that no preview is available if no previewer is found for a...Michael Gapczynski2012-08-291-1/+5
* Add Share API settings to admin pageMichael Gapczynski2012-08-271-1/+1
* Initial previewer for public linksMichael Gapczynski2012-08-271-0/+18
* Switch to using file cache ids instead of paths for file sharingMichael Gapczynski2012-08-241-5/+5
* Prevent resharing in UI if share permission not grantedMichael Gapczynski2012-08-241-4/+4
* Check if files_sharing app is enabled, move file specific javascript to files...Michael Gapczynski2012-08-221-0/+64
* Removing most of files_sharing, the Share API implemented the majority of itMichael Gapczynski2012-08-223-438/+0
* Add additional error handling for emailing private linksMichael Gapczynski2012-07-291-5/+13
* Don't reload the page after sending private link to email addressMichael Gapczynski2012-07-011-1/+2
* Added placeholder msg to share with menu to clarify user list restricted to s...Sam Tuke2012-06-251-1/+1
* Fix private link sharing via email, fix for bug oc-750Michael Gapczynski2012-05-231-1/+0
* Fix incorrect toaddress being passed for emailing private linksMichael Gapczynski2012-05-151-3/+3
* Fix private link emailing and clean up file name displayed in emailMichael Gapczynski2012-05-141-1/+3
* Replace all %2F with a / in private linkMichael Gapczynski2012-05-141-1/+1
* Encoded slashes (%2F) don't look pretty in our private link urlsMichael Gapczynski2012-05-111-1/+1