aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/templates/index.php
Commit message (Collapse)AuthorAgeFilesLines
...
* disable trahs in files_sharing/public.phpBjoern Schiessle2013-11-211-1/+1
|
* fix undefined index errors if public share viewBjoern Schiessle2013-11-211-2/+3
|
* Merge pull request #5435 from owncloud/share-improvementsThomas Müller2013-10-231-1/+1
|\ | | | | Share improvements
| * improve wording of permission noticeJan-Christoph Borchardt2013-10-201-1/+1
| |
| * beautify 'you dont have write permissions' notice, fix #2770Jan-Christoph Borchardt2013-10-201-1/+1
| |
* | Merge pull request #5310 from owncloud/hide_filestable-header_when_emptyChristopher Schäpers2013-10-221-5/+5
|\ \ | | | | | | Hide files list header, when theres no files to see
| * | Fixed empty content logicVincent Petry2013-10-211-1/+1
| | | | | | | | | | | | | | | - Remove obsolete code that used another approach for hiding emptycontent - Fixed logic for the showing of the empty content message
| * | Fix mind-boggling emptycontent logickondou2013-10-211-4/+4
| | |
| * | Hide files list header, when theres no files to seekondou2013-10-121-4/+4
| |/
* / Fixed share with link checkbox missing as regular userVincent Petry2013-10-211-0/+2
|/ | | | | | | | | Instead of loading the app config setting "shareapi_allow_links" using a synchronous ajax call that fails when the user is not an admin, this fix puts the flag directly in the template so it doesn't need to be loaded afterwards. Fixes #5440
* Moved IE8 inline styles in files.cssVincent Petry2013-10-111-1/+0
|
* Fixed delete icon alignment in IE8Vincent Petry2013-10-111-1/+1
| | | | | Removed old inline CSS that forced every td to have position:static in the files app. (#5056)
* 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.
* remove obsolete commentJörn Friedrich Dreyer2013-10-071-2/+0
|
* Merge pull request #5088 from owncloud/fix_trashbin_buttonMorris Jobke2013-10-061-3/+1
|\ | | | | trash bin button needs to be an input field
| * trash bin button needs to be an input fieldBjoern Schiessle2013-10-021-3/+1
| |
* | Merge branch 'master' into sharing_mail_notification_masterBjoern Schiessle2013-10-041-0/+1
|\ \ | | | | | | | | | | | | | | | Conflicts: apps/files/index.php apps/files/templates/index.php
| * \ Merge pull request #4691 from owncloud/encryption_improved_error_messages_4617Björn Schießle2013-10-041-0/+1
| |\ \ | | | | | | | | Encryption improved error messages
| | * | fix hidden fieled nameBjoern Schiessle2013-10-041-1/+1
| | | |
| | * | Merge branch 'master' into encryption_improved_error_messages_4617Bjoern Schiessle2013-09-301-1/+1
| | |\|
| | * | Merge branch 'master' into encryption_improved_error_messages_4617Bjoern Schiessle2013-09-161-23/+16
| | |\ \ | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files/index.php
| | * | | no longer enforce log out, but provide useful errors/warnings insteadBjoern Schiessle2013-09-061-0/+1
| | | | |
* | | | | Merge branch 'master' into sharing_mail_notification_masterThomas Müller2013-10-021-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | Conflicts: core/css/share.css
| * | | | simplify From Link icon in New menuJan-Christoph Borchardt2013-10-021-1/+1
| | |_|/ | |/| |
* | | | Merge branch 'master' into sharing_mail_notification_masterBjoern Schiessle2013-10-021-1/+1
|\| | | | | | | | | | | | | | | | | | | Conflicts: lib/private/util.php
| * | | Fix not displaying "Upload something!" messagekondou2013-09-231-1/+1
| | |/ | |/| | | | | | | Fix #4940
* | | Merge branch 'master' into sharing_mail_notification_masterBjoern Schiessle2013-09-161-21/+14
|\| | | | | | | | | | | | | | Conflicts: apps/files/index.php
| * | Merge pull request #4838 from owncloud/refactor_upload_jsThomas Müller2013-09-161-10/+2
| |\ \ | | | | | | | | refactor upload js & html to always use only js to fill form data
| | * | refactor upload js & html to always use only js to fill form dataJörn Friedrich Dreyer2013-09-131-10/+2
| | | |
| * | | Use hash part of URL for IE8 in files appVincent Petry2013-09-131-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before this fix, the URL wasn't updated in IE8 when navigating into folders. This fix makes use of the hash part of URLs to make this work in IE8, since IE8 doesn't support the history API nor changing the URL without redirecting. From now, both the regular query URL "?dir=somedir" and "#?dir=somedir" will work in both IE8 and non-IE8 browsers. In IE8, query based URLs are automatically converted to hash URLs upon page load. The conversion is done on the server side by redirecting the user to the updated URL. When loading a page directly using a hash URL in the form "#?dir=somedir" in IE8, the server doesn't get the hash, so it will not return any results in that case and rely on ajax to load the first page.
| * | | Fixed ajax support to also update the current dir permissionsVincent Petry2013-09-131-6/+4
| | | |
| * | | fixing breadcrumbs on ajax loading of filesThomas Müller2013-09-131-1/+3
| | | |
| * | | Ajax calls for "files" and "files_trashbin" appsVincent Petry2013-09-131-5/+5
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Frontend: - The files app list now uses ajax calls to refresh the list. - Added support the browser back button (history API). - Added mask + spinner while loading file list Backend: - Added utility function in core JS for parsing query strings. - Moved file list + breadcrumb template data code to helper functions - Fixed some file paths in trashbin app to be similar to the files app
* | | Merge branch 'master' into sharing_mail_notification_masterBjoern Schiessle2013-09-051-1/+1
|\| | | | | | | | | | | | | | | | | | | | increased version number to trigger db update Conflicts: lib/util.php
| * | Merge pull request #4473 from owncloud/texteditor_polishingJörn Friedrich Dreyer2013-09-031-1/+1
| |\ \ | | |/ | |/| Texteditor polishing
| | * Revert "remove editor div in filelist", add "is deprecated" commentJörn Friedrich Dreyer2013-09-031-0/+1
| | | | | | | | | | | | This reverts commit 64d09452f55c0c73fe0d55a70f82d8ad7a386d7c.
| | * remove editor div in filelistJörn Friedrich Dreyer2013-08-161-1/+0
| | |
* | | Merge branch 'master' into sharing_mail_notification_masterBjoern Schiessle2013-09-021-14/+17
|\| | | | | | | | | | | | | | Conflicts: lib/util.php
| * | text centered horizontally and vertically in emptycontent divAlessandro Cosentino2013-08-311-1/+1
| | |
| * | Merge master into oc_previewGeorg Ehrke2013-08-191-0/+1
| |\ \
| * | | increase row height to 50px, properly position everything, checkboxes, ↵Jan-Christoph Borchardt2013-08-141-11/+14
| | | | | | | | | | | | | | | | actions etc
| * | | fix breaking error due to ... a wrong icon link. Seriously?Jan-Christoph Borchardt2013-08-141-1/+1
| | | |
| * | | use web.svg instead of web.pngGeorg Ehrke2013-08-141-1/+1
| | | |
| * | | don't use hardcoded size for previewGeorg Ehrke2013-08-141-1/+1
| | | |
| * | | Merge branch 'master' into oc_previewThomas Müller2013-07-301-5/+3
| |\ \ \ | | | |/ | | |/| | | | | | | | | | | | | Conflicts: 3rdparty lib/template.php
| * | | merge conflicts ...Georg Ehrke2013-07-101-1/+1
| |\ \ \
| * | | | some style adjustmentsGeorg Ehrke2013-07-101-3/+3
| | | | |
| * | | | fix size of icons in 'new' dropdown menu - I hope @jancborchardt knows a ↵Georg Ehrke2013-07-021-2/+2
| | | | | | | | | | | | | | | | | | | | better solution coz this won't work in most IE versions ...
* | | | | enable user to inform recipients about a shared file by mailBjoern Schiessle2013-08-301-0/+1
| |_|_|/ |/| | |
* | | | Merge branch 'master' into decrypt_files_againBjoern Schiessle2013-08-171-3/+1
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | Conflicts: apps/files_encryption/tests/keymanager.php