summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/templates
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #8824 from owncloud/mail_template_editing_in_webuiMorris Jobke2014-06-041-0/+41
|\ | | | | minimal mail template editor for administrators
| * convert mail template editor to app framework for a restful apiJörn Friedrich Dreyer2014-06-031-3/+5
| |
| * minimal mail template editor for administrators, refs #7177Jörn Friedrich Dreyer2014-06-021-0/+39
| |
* | infield label removal: remove last occurences of infield labelsJan-Christoph Borchardt2014-06-031-2/+2
| |
* | drop allowZIPdownload and maxZIPSize as optionsMorris Jobke2014-06-021-2/+0
|/
* Removed "Share with" columnVincent Petry2014-05-301-3/+0
|
* Sharing overview fixes and unit testsVincent Petry2014-05-301-2/+2
| | | | | | | | | | | | - Fixed renaming and fileActionsReady event - Added unit tests for shares list - Fixed public page with defer - Fixed file actions in sharing overview - Fixed sharing counterpart list (10 entries max) - Fixed file path attribute to be used in download action - Fix sharing list headers - OC.Share icons now operate on fileList instance - Fix OC.Share.updateIcon when more than one list in DOM
* Small fixes to sharing overviewVincent Petry2014-05-301-1/+1
| | | | | | - Removed file size from file summary in sharing overview - Fixed document title - Fixed empty content text for shared overview
* Removed selection checkboxesVincent Petry2014-05-301-9/+0
|
* Group shares by typeVincent Petry2014-05-301-3/+0
|
* Added sharing overview page (WIP)Vincent Petry2014-05-301-0/+43
| | | | | - added sharing overview entries in the sidebar - use OCS Share API to get the list of files
* remove noise texture from interface (not necessary, and blurry on high-res)Jan-Christoph Borchardt2014-05-231-1/+1
|
* load image via javascript and use $(document).width() to determine the ↵Thomas Müller2014-05-021-4/+0
| | | | proper side of the image to be returned
* Images on public sharing get downscaled to increase use experience - this ↵Thomas Müller2014-05-021-1/+4
| | | | | | | | | | | will speed up loading time - adding keep aspect to core/ajax/preview.php - remove duplicate method Preview::show() - no more hard coded mimetype of preview - remove .png from the preview urls - keep old route preview.png for backwards compatibility - aspect preserving previews are now cached
* disable download button if zip download is disabledThomas Müller2014-05-021-0/+2
|
* remove file name from upper right buttonThomas Müller2014-04-291-1/+1
|
* reintroduce download button on public sharesThomas Müller2014-04-291-3/+10
|
* remove unneeded icon classJan-Christoph Borchardt2014-03-142-2/+2
|
* disable autocomplete for shared link password input, fix #7419Jan-Christoph Borchardt2014-02-261-1/+4
|
* Fixed double file encoding for previewsVincent Petry2014-01-301-1/+1
|
* - adding class to header div: share-folder or share-fileThomas Müller2014-01-291-2/+3
| | | | - for supported previews are shown with a size of 500px; icons with a size of 128px
* adjust file type icon placement for when no preview can be generatedJan-Christoph Borchardt2014-01-291-1/+1
|
* merge master into mobile-styleJan-Christoph Borchardt2014-01-292-2/+2
|\
| * Merge pull request #6912 from owncloud/replace-webroot-in-cssMorris Jobke2014-01-272-2/+2
| |\ | | | | | | Remove %webroot% from CSS
| | * remove %webroot from files_sharing appJan-Christoph Borchardt2014-01-232-2/+2
| | |
* | | Instead of 'No preview available for ...' we simple display the mieme-type iconThomas Müller2014-01-231-12/+8
| | |
* | | fix conflicts and add missing closing tagMorris Jobke2014-01-231-1/+1
| | |
* | | Merge branch 'master' into mobile-styleThomas Müller2014-01-231-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files/js/files.js apps/files_sharing/css/public.css apps/files_sharing/js/public.js apps/files_sharing/templates/public.php
| * | remove extra upload controlsMyles McNamara2014-01-101-13/+1
| | |
| * | fix upload button layoutMyles McNamara2014-01-101-5/+7
| |/
* | fix public share download button widthJan-Christoph Borchardt2014-01-161-3/+3
| |
* | add download button on single file share pageThomas Müller2014-01-151-4/+10
| |
* | reuse file upload as used within files app - remove public upload buttonThomas Müller2014-01-151-52/+2
|/
* readd sharing token to public templateJörn Friedrich Dreyer2013-11-151-0/+1
| | | | necessary for https://github.com/owncloud/apps/pull/1476
* display the original file name - this will change in case of renamesThomas Müller2013-10-221-3/+3
|
* Added direct link in public share pageVincent Petry2013-10-181-0/+1
| | | | Fixes #1167
* Merge pull request #5182 from owncloud/fix-sharring-with-password-screenMorris Jobke2013-10-101-2/+5
|\ | | | | Fix password screen for public shares
| * Fix password screen for public sharesMorris Jobke2013-10-071-2/+5
| | | | | | | | | | * Works in IE8, 9, 10, Firefox 24 and Chromium 30 * Credits to Julian Müller @Julian1998
* | Added filesApp flag as input field for files app detectionVincent Petry2013-10-081-0/+1
| | | | | | | | | | | | | | Since the files app can be reached under multiple URLs, either root, files.php or public.php, a flag has been added to the DOM to help apps (like file viewers) to detect whether they are currently in the files app.
* | Added isPublic flag in files_sharing templateVincent Petry2013-10-071-0/+1
|/ | | | | | | To make it possible for apps to find out whether they are running in public mode, the flag "isPublic" will now be present in the DOM. This is required to disable the editor app in public mode to fix #5059
* Merge master into oc_previewGeorg Ehrke2013-08-191-1/+1
|\
| * Add _many_ newlines at the end of fileskondou2013-08-181-1/+1
| |
* | implement previews of single shared filesGeorg Ehrke2013-08-071-0/+4
|/
* RewordingVictor Dubiniuk2013-07-291-1/+1
|
* Allow apps to have own 404 content, closes #3225Victor Dubiniuk2013-07-291-0/+12
|
* initialize OC_Defaults in template constructorXBjörn Schießle2013-07-241-5/+3
|
* Merge branch 'master' into more-themable-stringsThomas Müller2013-07-241-1/+1
|\ | | | | | | | | Conflicts: lib/template.php
| * Merge pull request #3947 from runky/patch-1Andreas Fischer2013-07-191-1/+1
| |\ | | | | | | | | | | | | * runky/patch-1: Update authenticate.php
| | * Update authenticate.phprunky2013-07-051-1/+1
| | | | | | | | | Fix 'Undefined index: wrongpw' error
* | | introduce shortname themable string and split from title, use for image alt textJan-Christoph Borchardt2013-07-111-1/+1
|/ /