Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cache DOM lookups, general cleanup. | Thomas Tanghus | 2012-07-23 | 1 | -113/+132 |
| | |||||
* | Cleaner event handling. | Thomas Tanghus | 2012-07-23 | 1 | -13/+8 |
| | |||||
* | No need to set checksum on PHOTO. | Thomas Tanghus | 2012-07-23 | 1 | -15/+4 |
| | |||||
* | Cleaner variable handling. | Thomas Tanghus | 2012-07-23 | 1 | -12/+6 |
| | |||||
* | Make sure notifier cleans up. | Thomas Tanghus | 2012-07-23 | 1 | -12/+16 |
| | |||||
* | Revert "No need to set checksum for PHOTO." | Thomas Tanghus | 2012-07-23 | 2 | -49/+101 |
| | | | | This reverts commit 3937d19fa2ef3da2719d0425ce02707d0345960c. | ||||
* | No need to set checksum for PHOTO. | Thomas Tanghus | 2012-07-23 | 2 | -101/+49 |
| | |||||
* | Use insertContact | Thomas Tanghus | 2012-07-23 | 1 | -13/+4 |
| | |||||
* | Whitespace | Thomas Tanghus | 2012-07-23 | 1 | -2/+2 |
| | |||||
* | Fix oc-1163: gzdecode function not always defined | Bart Visscher | 2012-07-22 | 1 | -0/+10 |
| | | | | This function is only found in newer php versions | ||||
* | CSRF protection for eventsource | Robin Appelman | 2012-07-22 | 4 | -0/+7 |
| | |||||
* | progressbar for New->From Url | Robin Appelman | 2012-07-22 | 2 | -27/+65 |
| | |||||
* | cache fileid's in oc_cache | Robin Appelman | 2012-07-22 | 2 | -3/+34 |
| | |||||
* | add option to only get fast cache | Robin Appelman | 2012-07-22 | 1 | -16/+41 |
| | |||||
* | add prefix option to OC_Cache::clear | Robin Appelman | 2012-07-22 | 6 | -12/+37 |
| | |||||
* | add method to OC_Cache to check whether a fast cache (apc/xdebug/etc) is ↵ | Robin Appelman | 2012-07-22 | 1 | -0/+46 |
| | | | | available | ||||
* | use file extension for determining mimetypes on default | Robin Appelman | 2012-07-22 | 3 | -39/+25 |
| | | | | | should be more reliable for files that "look like" other types based on their magic numbers such as odf and docx files also a lot faster then the old way | ||||
* | Added help for keyboard shortcuts. | Thomas Tanghus | 2012-07-22 | 3 | -6/+55 |
| | |||||
* | First stab at Ninja mode ;-) | Thomas Tanghus | 2012-07-21 | 1 | -1/+65 |
| | |||||
* | Improved scrollTo method. Still not quite there... | Thomas Tanghus | 2012-07-21 | 1 | -3/+3 |
| | |||||
* | Added next/previous methods to contacts list. | Thomas Tanghus | 2012-07-21 | 1 | -0/+15 |
| | |||||
* | Remove wrong comment. | Thomas Tanghus | 2012-07-21 | 1 | -1/+1 |
| | |||||
* | Code style. One down... | Thomas Tanghus | 2012-07-21 | 1 | -174/+262 |
| | |||||
* | increase width of user migrates form in personal settings, so you can read ↵ | Georg Ehrke | 2012-07-21 | 1 | -1/+1 |
| | | | | the whole label in all languages | ||||
* | Merge branch 'master' into calendar_import | Georg Ehrke | 2012-07-21 | 356 | -1227/+1714 |
|\ | |||||
| * | some style fixes for calendar | Georg Ehrke | 2012-07-21 | 1 | -1/+3 |
| | | |||||
| * | Implemented undelete for contacts. | Thomas Tanghus | 2012-07-21 | 1 | -49/+71 |
| | | |||||
| * | Made contactlist optional in insertContact(). | Thomas Tanghus | 2012-07-21 | 1 | -0/+5 |
| | | |||||
| * | White space. | Thomas Tanghus | 2012-07-21 | 1 | -37/+37 |
| | | |||||
| * | Added option to notify method. | Thomas Tanghus | 2012-07-21 | 1 | -3/+21 |
| | | |||||
| * | DRYed inserting into contacts list. | Thomas Tanghus | 2012-07-21 | 1 | -30/+41 |
| | | |||||
| * | Fix missing parameter decleration, thanks Jenkins :-) | Bart Visscher | 2012-07-21 | 1 | -1/+1 |
| | | |||||
| * | Tasks: Remove unused code | Bart Visscher | 2012-07-21 | 11 | -285/+0 |
| | | |||||
| * | DRY for getting calendar timezone setting | Bart Visscher | 2012-07-21 | 9 | -14/+24 |
| | | |||||
| * | Style fixes | Bart Visscher | 2012-07-21 | 2 | -7/+7 |
| | | |||||
| * | Damn, that Jenkins dude is tough ;) | Thomas Tanghus | 2012-07-21 | 3 | -11/+17 |
| | | |||||
| * | fix ununsed variables | Robin Appelman | 2012-07-21 | 2 | -4/+4 |
| | | |||||
| * | cleanup some obsolete foldersize code from the shared storage backend | Robin Appelman | 2012-07-21 | 1 | -34/+1 |
| | | |||||
| * | remove obsolete oc_filesystem::mountall | Robin Appelman | 2012-07-21 | 1 | -11/+0 |
| | | |||||
| * | Add missing public to function definition | Bart Visscher | 2012-07-21 | 1 | -1/+1 |
| | | |||||
| * | Fix parameter order in OC_Filestorage_Common->hash | Bart Visscher | 2012-07-21 | 1 | -1/+1 |
| | | |||||
| * | Add ETag support to the Sabre file connector. | Bart Visscher | 2012-07-21 | 4 | -7/+74 |
| | | | | | | | | This is based on the md5 of the file, can be changed later | ||||
| * | adapted to new SabreDav version | Bjoern Schiessle | 2012-07-20 | 1 | -10/+12 |
| | | |||||
| * | Trying to get documentation to "Do The Right Thing" (TM) | Thomas Tanghus | 2012-07-20 | 1 | -70/+73 |
| | | |||||
| * | Hide progressbar on error. | Thomas Tanghus | 2012-07-20 | 1 | -0/+2 |
| | | |||||
| * | Corrected retry count for uploaded imports. | Thomas Tanghus | 2012-07-20 | 1 | -1/+1 |
| | | |||||
| * | Fix strict standards warnings | Tom Needham | 2012-07-20 | 1 | -1/+1 |
| | | |||||
| * | Added some more documentation to OCP\JSON. | Thomas Tanghus | 2012-07-20 | 1 | -8/+57 |
| | | |||||
| * | Added some documentation for OCP\JSON::callCheck() | Thomas Tanghus | 2012-07-20 | 1 | -0/+15 |
| | | |||||
| * | forgot to make one function abstract | Robin Appelman | 2012-07-20 | 1 | -1/+1 |
| | |