Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adjustments for inview handler etc. | Thomas Tanghus | 2012-06-17 | 1 | -5/+21 |
| | |||||
* | Moved parsing to the controller and js to contacts.js. | Thomas Tanghus | 2012-06-17 | 1 | -25/+7 |
| | |||||
* | Obsolete language="Javascript". | Thomas Tanghus | 2012-06-17 | 1 | -1/+1 |
| | |||||
* | Obsolete language="Javascript". | Thomas Tanghus | 2012-06-17 | 1 | -1/+1 |
| | |||||
* | Styled address book entries. | Thomas Tanghus | 2012-06-17 | 1 | -1/+2 |
| | |||||
* | Make the parsing in the controller, not in the template. Assign only ↵ | Thomas Tanghus | 2012-06-17 | 1 | -17/+20 |
| | | | | relevant entries to the template. | ||||
* | now a little less in template - more in ajax controller | Stephan Bergemann | 2012-06-17 | 4 | -38/+45 |
| | |||||
* | contacts app now lists contacts sorted by expandable/collapsable addressbooks | Stephan Bergemann | 2012-06-17 | 4 | -33/+66 |
| | |||||
* | user_migrate: remove old code | Tom Needham | 2012-06-17 | 1 | -2/+1 |
| | |||||
* | suppress error when using is_dir on non directory in smb backend | Robin Appelman | 2012-06-17 | 1 | -1/+1 |
| | |||||
* | improve caching smb results a bit | Robin Appelman | 2012-06-17 | 1 | -0/+4 |
| | |||||
* | improve filecache support for smb | Robin Appelman | 2012-06-17 | 1 | -1/+43 |
| | |||||
* | fix statcache for filenames containing non-alphanumeric characters in smb ↵ | Robin Appelman | 2012-06-17 | 1 | -1/+4 |
| | | | | streamwrapper | ||||
* | get the correct metadate from updated folders to put in the cache | Robin Appelman | 2012-06-17 | 1 | -3/+3 |
| | |||||
* | Revert "Set default charset to utf-8." | Michael Gapczynski | 2012-06-16 | 1 | -1/+1 |
| | | | | This reverts commit 709dbd82a60363555b613b381f73d942f9fdbcc4. | ||||
* | when checking if the content of a folder has been updated, exlicitly state ↵ | Robin Appelman | 2012-06-17 | 2 | -3/+8 |
| | | | | | | that we are checking a folder solves some issues with external storages not updating correctly | ||||
* | Be smarter when checking single app language availability | Bart Visscher | 2012-06-16 | 1 | -8/+25 |
| | |||||
* | Only check for apps owncloud version requirment when there is a new owncloud ↵ | Bart Visscher | 2012-06-16 | 2 | -14/+16 |
| | | | | version | ||||
* | Add session_write_close to the minimizer | Bart Visscher | 2012-06-16 | 1 | -0/+1 |
| | |||||
* | PDF Viewer: Double encode link. | Thomas Tanghus | 2012-06-16 | 1 | -1/+1 |
| | |||||
* | files_imageviewer: Double encode paths. Fixes oc-1016. | Thomas Tanghus | 2012-06-16 | 1 | -1/+1 |
| | |||||
* | Fix char encoding. | Thomas Tanghus | 2012-06-16 | 2 | -7/+8 |
| | |||||
* | Fix string encoding probs. | Thomas Tanghus | 2012-06-16 | 5 | -17/+24 |
| | |||||
* | fixing syntax error | Thomas Müller | 2012-06-16 | 1 | -0/+1 |
| | |||||
* | Set default charset to utf-8. | Thomas Tanghus | 2012-06-16 | 1 | -1/+1 |
| | |||||
* | remove a lot of closing php tags and empty lines at a file's end in calendar app | Georg Ehrke | 2012-06-16 | 25 | -43/+25 |
| | |||||
* | remove a closing php tag in calendar | Georg Ehrke | 2012-06-16 | 1 | -2/+1 |
| | |||||
* | write_close the session when scanning files or music | Robin Appelman | 2012-06-16 | 2 | -0/+4 |
| | |||||
* | fix for encryption binary files | Robin Appelman | 2012-06-16 | 4 | -20/+59 |
| | |||||
* | Merge branch 'master' of gitorious.org:owncloud/owncloud | Tom Needham | 2012-06-15 | 4 | -13/+3 |
|\ | |||||
| * | Calendar: Write-close session to enable parallel events.php requests | Bart Visscher | 2012-06-16 | 1 | -0/+1 |
| | | |||||
| * | Merge commit 'refs/merge-requests/121' of git://gitorious.org/owncloud/owncloud | Bart Visscher | 2012-06-16 | 1 | -1/+1 |
| |\ | |||||
| | * | remote.php :: use non apache-only env vars | BlackEagle | 2012-05-25 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fixes following error when using nginx + php-fpm [error] *6568 FastCGI sent in stderr: "PHP message: PHP Warning: strpos(): Offset not contained in string in /some-path/owncloud/remote.php on line 10" Signed-off-by: BlackEagle <ike.devolder@gmail.com> | ||||
| * | | Remove $DOCUMENTROOT, not used | Bart Visscher | 2012-06-16 | 2 | -12/+1 |
| | | | |||||
* | | | Move user import to personal settings. Fix user migration between servers. | Tom Needham | 2012-06-15 | 5 | -129/+90 |
|/ / | |||||
* | | fix encryption proxy for updated filecache | Robin Appelman | 2012-06-15 | 1 | -1/+1 |
| | | |||||
* | | add binary test case for encryption | Robin Appelman | 2012-06-15 | 2 | -4/+36 |
| | | |||||
* | | get rid of php4 style constructors in mdb2 | Robin Appelman | 2012-06-15 | 4 | -93/+0 |
| | | |||||
* | | Optimize WebDav access by preloading dav custom properties | Bart Visscher | 2012-06-15 | 2 | -11/+41 |
| | | |||||
* | | Spelling fix | Bart Visscher | 2012-06-15 | 1 | -1/+1 |
| | | |||||
* | | Fix webdav property name compare | Bart Visscher | 2012-06-15 | 1 | -1/+1 |
| | | |||||
* | | Use setter for FileinfoCache | Bart Visscher | 2012-06-15 | 2 | -11/+11 |
| | | |||||
* | | cleanup oc_filecache, splitting it in several parts and using the new hasUpdated | Robin Appelman | 2012-06-15 | 7 | -373/+344 |
| | | |||||
* | | also add hasUpdated to oc_filesystem and oc_filesystemview | Robin Appelman | 2012-06-15 | 2 | -0/+18 |
| | | |||||
* | | add hasUpdated to oc_filestorage | Robin Appelman | 2012-06-15 | 5 | -0/+44 |
| | | |||||
* | | Merge branch 'master' of gitorious.org:owncloud/owncloud | Bjoern Schiessle | 2012-06-15 | 4 | -24/+32 |
|\ \ | |||||
| * | | Optimize WebDav access using OC_FileCache | Bart Visscher | 2012-06-15 | 3 | -23/+31 |
| | | | |||||
| * | | Files: Double encode download links. Fix for oc-1016. | Thomas Tanghus | 2012-06-15 | 1 | -1/+1 |
| | | | |||||
* | | | fixed xss vulnerability | Bjoern Schiessle | 2012-06-15 | 1 | -1/+1 |
|/ / | |||||
* | | Load app before running update script | Bart Visscher | 2012-06-15 | 1 | -0/+1 |
| | |