Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanup lib/base.php | Bart Visscher | 2011-09-18 | 5 | -182/+118 |
| | |||||
* | Remove global vars and use the OC static version. | Bart Visscher | 2011-09-18 | 31 | -166/+103 |
| | | | | Removed global vars are DOCUMENTROOT, SERVERROOT, SUBURI, WEBROOT and CONFIG_DATADIRECTORY | ||||
* | Fix calendar active checkbox | Bart Visscher | 2011-09-18 | 2 | -3/+3 |
| | |||||
* | Fix event error/success json message | Bart Visscher | 2011-09-18 | 2 | -4/+4 |
| | |||||
* | deleteUser function must be static | Bart Visscher | 2011-09-18 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of git://gitorious.org/owncloud/owncloud | Bartek Przybylski | 2011-09-18 | 1 | -2/+2 |
|\ | |||||
| * | fix creating groups | Robin Appelman | 2011-09-18 | 1 | -2/+2 |
| | | |||||
* | | remember changed not to store password in cookie | Bartek Przybylski | 2011-09-18 | 2 | -29/+29 |
|/ | |||||
* | Changed behaviour of remember checkbox | Bartek Przybylski | 2011-09-18 | 2 | -7/+38 |
| | |||||
* | dont use numRows when it's not needed since it can be expensive | Robin Appelman | 2011-09-17 | 4 | -15/+12 |
| | |||||
* | no need to escape values when using prepared statements | Robin Appelman | 2011-09-17 | 1 | -8/+0 |
| | |||||
* | Add class versions for leftcontent and rightcontent in css | Bart Visscher | 2011-09-17 | 1 | -4/+4 |
| | |||||
* | Remove unused function call | Bart Visscher | 2011-09-17 | 1 | -1/+0 |
| | |||||
* | Disable the Oneday and Fourweeks buttons in calendar interface | Bart Visscher | 2011-09-17 | 1 | -2/+2 |
| | |||||
* | fix small bugs | Jakob Sack | 2011-09-17 | 2 | -2/+2 |
| | |||||
* | Split OC_Contacts_Addressbook in _Addressbook and _VCard | Jakob Sack | 2011-09-17 | 17 | -390/+428 |
| | |||||
* | Move most javascript to calendar.js | Bart Visscher | 2011-09-16 | 5 | -46/+33 |
| | |||||
* | Move validateEventForm function and fix success handling | Bart Visscher | 2011-09-16 | 4 | -44/+43 |
| | |||||
* | Handle multi open of choosecalendar dialog | Bart Visscher | 2011-09-16 | 2 | -17/+10 |
| | |||||
* | Close event new/edit dialog when clicking outside the dialog | Bart Visscher | 2011-09-16 | 6 | -100/+77 |
| | |||||
* | Fixes for Calendar app | Bart Visscher | 2011-09-16 | 4 | -2/+41 |
| | |||||
* | First implementation of edit event | Bart Visscher | 2011-09-16 | 9 | -236/+400 |
| | |||||
* | Fix conversion of VTODO and VJOURNAL items | Bart Visscher | 2011-09-16 | 1 | -5/+5 |
| | |||||
* | Move Calendar Object code to its own class OC_Calendar_Object | Bart Visscher | 2011-09-16 | 7 | -277/+301 |
| | |||||
* | fix documentation | Jakob Sack | 2011-09-15 | 1 | -2/+2 |
| | |||||
* | Add documentation to calendar.php | Jakob Sack | 2011-09-15 | 1 | -21/+185 |
| | |||||
* | Small fix in documentation | Jakob Sack | 2011-09-15 | 1 | -1/+1 |
| | |||||
* | Improve reading of vCard files | Jakob Sack | 2011-09-15 | 6 | -37/+39 |
| | |||||
* | Move php code out of part.eventform | Bart Visscher | 2011-09-14 | 3 | -63/+90 |
| | |||||
* | Move event form field to part.eventform template | Bart Visscher | 2011-09-14 | 3 | -228/+134 |
| | |||||
* | Rename calendar javascript functions into Calendar.UI namespace | Bart Visscher | 2011-09-14 | 1 | -1/+1 |
| | |||||
* | Fix initial visibility of database settings in setup | Bart Visscher | 2011-09-14 | 6 | -65/+66 |
| | |||||
* | Add link and other edit information to newly added bookmarks. | Golnaz Nilieh | 2011-09-13 | 2 | -3/+8 |
| | |||||
* | Add support of editing bookmarks. | Golnaz Nilieh | 2011-09-13 | 4 | -25/+161 |
| | |||||
* | Correct deleting events over CalDAV | Florian Jacob | 2011-09-12 | 1 | -1/+1 |
| | | | | | A quick patch that corrects not being able to delete calendar events. (misnamed variable). Thanks to Robert J. Clark. | ||||
* | fixed include for ocs | Klaas Freitag | 2011-09-12 | 2 | -2/+2 |
| | |||||
* | offer login popup from oauth dialog | Michiel@unhosted | 2011-09-12 | 1 | -1/+8 |
| | |||||
* | offer login popup from oauth dialog, correct base uri | Michiel@unhosted | 2011-09-12 | 1 | -2/+7 |
| | |||||
* | correction in webfinger.php activation trap | Michiel@unhosted | 2011-09-12 | 1 | -1/+1 |
| | |||||
* | correct xml syntax | Michiel@unhosted | 2011-09-12 | 1 | -2/+2 |
| | |||||
* | improve uninstalled-protection | Michiel@unhosted | 2011-09-12 | 2 | -2/+6 |
| | |||||
* | check activation and make activation impossible by default | Michiel@unhosted | 2011-09-12 | 2 | -3/+14 |
| | |||||
* | improved troubleshooting instructions | Michiel@unhosted | 2011-09-12 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of gitorious.org:owncloud/owncloud | Michiel@unhosted | 2011-09-12 | 1 | -43/+43 |
|\ | |||||
| * | removed excess white space inside parentheses | Jan-Christoph Borchardt | 2011-09-12 | 1 | -41/+41 |
| | | |||||
| * | fixed translation detection thanks to Xuetian Weng | Jan-Christoph Borchardt | 2011-09-12 | 1 | -2/+2 |
| | | |||||
* | | correct protocol | Michiel@unhosted | 2011-09-12 | 2 | -2/+2 |
| | | |||||
* | | putting activation inside activate.php | Michiel@unhosted | 2011-09-12 | 2 | -1/+11 |
| | | |||||
* | | adding webfinger app | Michiel@unhosted | 2011-09-12 | 7 | -0/+52 |
|/ | |||||
* | renamed last CW to Week | Jan-Christoph Borchardt | 2011-09-11 | 1 | -1/+1 |
| |