summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup lib/base.phpBart Visscher2011-09-185-182/+118
|
* Remove global vars and use the OC static version.Bart Visscher2011-09-1831-166/+103
| | | | Removed global vars are DOCUMENTROOT, SERVERROOT, SUBURI, WEBROOT and CONFIG_DATADIRECTORY
* Fix calendar active checkboxBart Visscher2011-09-182-3/+3
|
* Fix event error/success json messageBart Visscher2011-09-182-4/+4
|
* deleteUser function must be staticBart Visscher2011-09-181-1/+1
|
* Merge branch 'master' of git://gitorious.org/owncloud/owncloudBartek Przybylski2011-09-181-2/+2
|\
| * fix creating groupsRobin Appelman2011-09-181-2/+2
| |
* | remember changed not to store password in cookieBartek Przybylski2011-09-182-29/+29
|/
* Changed behaviour of remember checkboxBartek Przybylski2011-09-182-7/+38
|
* dont use numRows when it's not needed since it can be expensiveRobin Appelman2011-09-174-15/+12
|
* no need to escape values when using prepared statementsRobin Appelman2011-09-171-8/+0
|
* Add class versions for leftcontent and rightcontent in cssBart Visscher2011-09-171-4/+4
|
* Remove unused function callBart Visscher2011-09-171-1/+0
|
* Disable the Oneday and Fourweeks buttons in calendar interfaceBart Visscher2011-09-171-2/+2
|
* fix small bugsJakob Sack2011-09-172-2/+2
|
* Split OC_Contacts_Addressbook in _Addressbook and _VCardJakob Sack2011-09-1717-390/+428
|
* Move most javascript to calendar.jsBart Visscher2011-09-165-46/+33
|
* Move validateEventForm function and fix success handlingBart Visscher2011-09-164-44/+43
|
* Handle multi open of choosecalendar dialogBart Visscher2011-09-162-17/+10
|
* Close event new/edit dialog when clicking outside the dialogBart Visscher2011-09-166-100/+77
|
* Fixes for Calendar appBart Visscher2011-09-164-2/+41
|
* First implementation of edit eventBart Visscher2011-09-169-236/+400
|
* Fix conversion of VTODO and VJOURNAL itemsBart Visscher2011-09-161-5/+5
|
* Move Calendar Object code to its own class OC_Calendar_ObjectBart Visscher2011-09-167-277/+301
|
* fix documentationJakob Sack2011-09-151-2/+2
|
* Add documentation to calendar.phpJakob Sack2011-09-151-21/+185
|
* Small fix in documentationJakob Sack2011-09-151-1/+1
|
* Improve reading of vCard filesJakob Sack2011-09-156-37/+39
|
* Move php code out of part.eventformBart Visscher2011-09-143-63/+90
|
* Move event form field to part.eventform templateBart Visscher2011-09-143-228/+134
|
* Rename calendar javascript functions into Calendar.UI namespaceBart Visscher2011-09-141-1/+1
|
* Fix initial visibility of database settings in setupBart Visscher2011-09-146-65/+66
|
* Add link and other edit information to newly added bookmarks.Golnaz Nilieh2011-09-132-3/+8
|
* Add support of editing bookmarks.Golnaz Nilieh2011-09-134-25/+161
|
* Correct deleting events over CalDAVFlorian Jacob2011-09-121-1/+1
| | | | | A quick patch that corrects not being able to delete calendar events. (misnamed variable). Thanks to Robert J. Clark.
* fixed include for ocsKlaas Freitag2011-09-122-2/+2
|
* offer login popup from oauth dialogMichiel@unhosted2011-09-121-1/+8
|
* offer login popup from oauth dialog, correct base uriMichiel@unhosted2011-09-121-2/+7
|
* correction in webfinger.php activation trapMichiel@unhosted2011-09-121-1/+1
|
* correct xml syntaxMichiel@unhosted2011-09-121-2/+2
|
* improve uninstalled-protectionMichiel@unhosted2011-09-122-2/+6
|
* check activation and make activation impossible by defaultMichiel@unhosted2011-09-122-3/+14
|
* improved troubleshooting instructionsMichiel@unhosted2011-09-121-1/+1
|
* Merge branch 'master' of gitorious.org:owncloud/owncloudMichiel@unhosted2011-09-121-43/+43
|\
| * removed excess white space inside parenthesesJan-Christoph Borchardt2011-09-121-41/+41
| |
| * fixed translation detection thanks to Xuetian WengJan-Christoph Borchardt2011-09-121-2/+2
| |
* | correct protocolMichiel@unhosted2011-09-122-2/+2
| |
* | putting activation inside activate.phpMichiel@unhosted2011-09-122-1/+11
| |
* | adding webfinger appMichiel@unhosted2011-09-127-0/+52
|/
* renamed last CW to WeekJan-Christoph Borchardt2011-09-111-1/+1
|