aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/templates
Commit message (Collapse)AuthorAgeFilesLines
* 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
|/ /
* / adding tipsy to the upload button showing the max upload and restoring ↵Thomas Müller2013-07-051-76/+80
|/ | | | client side upload size validation
* Merge pull request #3914 from owncloud/wrong-pw_for_share-with-pwKondou2013-07-041-0/+3
|\ | | | | Add a "Wrong password." message, if the password for the public share was wrong.
| * Use better wording.kondou2013-07-031-1/+1
| |
| * Add a "Wrong password." message, if the passwordkondou2013-07-021-0/+3
| | | | | | | | | | | | for the public share was wrong. Fix #2725
* | add public apiBjörn Schießle2013-07-041-1/+1
| |
* | move to non-static OC_DefaultsBjörn Schießle2013-07-041-3/+3
| | | | | | | | | | | | Conflicts: lib/mail.php
* | Add init funtion to OC_Defaults to be able to wrap translatable stringsBjörn Schießle2013-07-041-0/+2
|/
* add logo claim to defaults.phpBjörn Schießle2013-07-011-3/+1
|
* logo claim addedBjörn Schießle2013-07-011-0/+3
|
* construct the foother in defaults.php so that we use always the same footerBjörn Schießle2013-07-011-3/+2
| | | | | | Conflicts: settings/templates/admin.php
* Public upload featureRoman Geber2013-06-251-1/+41
|
* improved footerBjörn Schießle2013-06-131-2/+6
|
* make pub link share footer aware of different owncloud editionsBjörn Schießle2013-06-121-2/+2
|
* use html video tag to preview videos for public sharesBjörn Schießle2013-03-141-1/+8
|
* explicitly add empty placeholder to inputs which use infield labels, fix #2049Jan-Christoph Borchardt2013-03-041-2/+2
|
* [files_sharing] From echo to pLukas Reschke2013-02-272-23/+23
|
* Style cleanup files_sharingBart Visscher2013-02-211-6/+14
|