Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix dirInfo check when dir does not exist | Vincent Petry | 2014-04-01 | 1 | -1/+1 |
| | |||||
* | Merge pull request #7724 from owncloud/mobile | Thomas Müller | 2014-03-28 | 1 | -0/+1 |
|\ | | | | | [WIP] Mobile optimization for base layout and Files app | ||||
| * | mobile: first mobile fixes for Files. We still need to hide Rename and Versions | Jan-Christoph Borchardt | 2014-03-14 | 1 | -0/+1 |
| | | |||||
* | | drop file cache migration OC5 -> OC6 | Thomas Müller | 2014-03-18 | 1 | -73/+62 |
|/ | |||||
* | Merge pull request #7257 from owncloud/filelist-fileinfo | Vincent Petry | 2014-02-19 | 1 | -2/+3 |
|\ | | | | | use a FileInfo object of the directory when generting the filelist | ||||
| * | use a FileInfo object of the directory when generting the filelist | Robin Appelman | 2014-02-18 | 1 | -2/+3 |
| | | |||||
* | | Remove usage of legacy OC_Appconfig | Robin Appelman | 2014-02-13 | 1 | -3/+5 |
|/ | |||||
* | Merge branch 'master' into pr-exceed_upload_limit_msg | Pellaeon Lin | 2014-01-30 | 1 | -2/+0 |
|\ | | | | | | | | | | | Conflicts: apps/files/templates/index.php apps/files_sharing/templates/public.php | ||||
| * | Remove unused $freeSpace | Robin Appelman | 2014-01-27 | 1 | -2/+0 |
| | | |||||
* | | Use $storageInfo['free'] | Pellaeon Lin | 2014-01-29 | 1 | -1/+1 |
| | | |||||
* | | Comments to clarify | Pellaeon Lin | 2014-01-16 | 1 | -2/+2 |
| | | |||||
* | | Display different messages for uploadLimit and freeSpace | Pellaeon Lin | 2013-12-08 | 1 | -0/+4 |
|/ | |||||
* | public upload now also works with encryption enabled | Bjoern Schiessle | 2013-11-21 | 1 | -1/+0 |
| | |||||
* | Files app backend now normalizes paths before rendering templates | Vincent Petry | 2013-11-14 | 1 | -1/+2 |
| | | | | | | | | Before rendering breadcrumbs or the file list, the paths are now normalized. This prevents the UI to show "." breadcrumbs in case the path contains sections with "/./" Fixes #5848 | ||||
* | Merge pull request #5310 from owncloud/hide_filestable-header_when_empty | Christopher Schäpers | 2013-10-22 | 1 | -1/+7 |
|\ | | | | | Hide files list header, when theres no files to see | ||||
| * | Fixed empty content logic | Vincent Petry | 2013-10-21 | 1 | -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 logic | kondou | 2013-10-21 | 1 | -1/+3 |
| | | |||||
| * | Fix shared folder still showing fileheader | kondou | 2013-10-21 | 1 | -1/+1 |
| | | |||||
| * | Hide files list header, when theres no files to see | kondou | 2013-10-12 | 1 | -1/+5 |
| | | |||||
* | | Fixed share with link checkbox missing as regular user | Vincent Petry | 2013-10-21 | 1 | -0/+1 |
|/ | | | | | | | | | 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 | ||||
* | Merge branch 'master' into sharing_mail_notification_master | Bjoern Schiessle | 2013-10-04 | 1 | -0/+5 |
|\ | | | | | | | | | | | Conflicts: apps/files/index.php apps/files/templates/index.php | ||||
| * | we don't know \OCA\Encryption\Session if the encryption app is not enabled, ↵ | Bjoern Schiessle | 2013-10-04 | 1 | -2/+2 |
| | | | | | | | | so we have to set the status manually | ||||
| * | Merge branch 'master' into encryption_improved_error_messages_4617 | Bjoern Schiessle | 2013-09-23 | 1 | -3/+4 |
| |\ | | | | | | | | | | | | | Conflicts: settings/ajax/changepassword.php | ||||
| * \ | Merge branch 'master' into encryption_improved_error_messages_4617 | Bjoern Schiessle | 2013-09-16 | 1 | -48/+29 |
| |\ \ | | | | | | | | | | | | | | | | | Conflicts: apps/files/index.php | ||||
| * | | | no longer enforce log out, but provide useful errors/warnings instead | Bjoern Schiessle | 2013-09-06 | 1 | -1/+6 |
| | | | | |||||
* | | | | Merge branch 'master' into sharing_mail_notification_master | Bjoern Schiessle | 2013-09-23 | 1 | -3/+4 |
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | | Conflicts: lib/public/share.php | ||||
| * | | | remove unneccessary lib in namespace | Jörn Friedrich Dreyer | 2013-09-20 | 1 | -3/+3 |
| | | | | |||||
| * | | | namespaces use upcasefirst parts | Jörn Friedrich Dreyer | 2013-09-20 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | when _ is left in namespace and files are named after their classes the autoloader will also find classes in the lib folder of an app its magic! | ||||
| * | | | move upload dialog css to separate file | Jörn Friedrich Dreyer | 2013-09-18 | 1 | -0/+1 |
| | |/ | |/| | |||||
* | | | Merge branch 'master' into sharing_mail_notification_master | Bjoern Schiessle | 2013-09-16 | 1 | -48/+30 |
|\| | | | | | | | | | | | | | | Conflicts: apps/files/index.php | ||||
| * | | Use hash part of URL for IE8 in files app | Vincent Petry | 2013-09-13 | 1 | -1/+29 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 permissions | Vincent Petry | 2013-09-13 | 1 | -13/+1 |
| | | | |||||
| * | | Ajax calls for "files" and "files_trashbin" apps | Vincent Petry | 2013-09-13 | 1 | -39/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | | adding calls to \OCA\files\lib\Helper::determineIcon($i) in files, trashbin ↵ | Thomas Müller | 2013-09-12 | 1 | -0/+1 |
| |/ | | | | | | | and sharing | ||||
* | | Merge branch 'master' into sharing_mail_notification_master | Bjoern Schiessle | 2013-09-02 | 1 | -0/+2 |
|\| | | | | | | | | | Conflicts: lib/util.php | ||||
| * | Merge master into oc_preview | Georg Ehrke | 2013-08-29 | 1 | -1/+1 |
| |\ | |||||
| * | | move isMimeSupported out of template files | Georg Ehrke | 2013-08-21 | 1 | -0/+1 |
| | | | |||||
| * | | Merge master into oc_preview | Georg Ehrke | 2013-08-19 | 1 | -0/+1 |
| |\ \ | |||||
| * \ \ | Merge branch 'master' into oc_preview | Thomas Müller | 2013-07-30 | 1 | -1/+13 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: 3rdparty lib/template.php | ||||
| * | | | | implement use of previews in sharing app | Georg Ehrke | 2013-07-11 | 1 | -0/+1 |
| | | | | | |||||
* | | | | | enable user to inform recipients about a shared file by mail | Bjoern Schiessle | 2013-08-30 | 1 | -1/+2 |
| |_|_|/ |/| | | | |||||
* | | | | storage information is path specific | Thomas Müller | 2013-08-27 | 1 | -1/+1 |
| |_|/ |/| | | |||||
* | | | Merge branch 'master' into decrypt_files_again | Bjoern Schiessle | 2013-08-17 | 1 | -1/+8 |
|\ \ \ | | |/ | |/| | | | | | | | Conflicts: apps/files_encryption/tests/keymanager.php | ||||
| * | | disable "deleted files" button if trash bin is empty | Björn Schießle | 2013-07-26 | 1 | -1/+8 |
| | | | |||||
* | | | check if some encrypted files are left after the app was disabled and warn ↵ | Bjoern Schiessle | 2013-08-12 | 1 | -0/+1 |
|/ / | | | | | | | the user | ||||
* | | in case the encryption app is enabled we cannot yet allow anonymous upload | Thomas Müller | 2013-07-12 | 1 | -1/+5 |
| | | |||||
* | | new admin setting added which allows to turn off anonymous uploads | Thomas Müller | 2013-07-12 | 1 | -0/+1 |
|/ | |||||
* | fixing Notice: Undefined index: isPublic | Thomas Müller | 2013-07-05 | 1 | -0/+1 |
| | |||||
* | Public upload feature | Roman Geber | 2013-06-25 | 1 | -1/+2 |
| | |||||
* | Sed was wrong | Lukas Reschke | 2013-02-28 | 1 | -1/+1 |
| |