Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove superfluous ?> at the end of .php files (left out apps/*/templates) | Jörn Friedrich Dreyer | 2012-07-09 | 1 | -1/+0 |
| | |||||
* | Make export batch size configurable. | Thomas Tanghus | 2012-07-06 | 1 | -2/+3 |
| | |||||
* | Query contacts in batches of 20. Possible fix for oc-1126. | Thomas Tanghus | 2012-07-04 | 1 | -3/+7 |
| | |||||
* | Correct mime type. | Thomas Tanghus | 2012-06-06 | 1 | -1/+1 |
| | |||||
* | removing executable bit - again | Thomas Mueller | 2012-05-15 | 1 | -0/+0 |
| | |||||
* | port checkAppEnabled | Frank Karlitschek | 2012-05-02 | 1 | -1/+1 |
| | |||||
* | ported checkLoggedIn and checkAdmin | Frank Karlitschek | 2012-05-01 | 1 | -1/+1 |
| | |||||
* | remove the require_once lib base from all (or nearly all) files | Georg Ehrke | 2012-04-17 | 1 | -1/+1 |
| | |||||
* | Contacts: Add id to vars with id in them | Bart Visscher | 2012-02-12 | 1 | -7/+7 |
| | |||||
* | Contacts: Document usage of OC_Contacts_App::getAddressbook | Bart Visscher | 2012-02-12 | 1 | -10/+0 |
| | | | | | Remove redundant access checks and add comments to the calls to OC_Contacts_App::getAddressbook that are access checks | ||||
* | use backslash n instead of a real new line | Georg Ehrke | 2012-01-15 | 1 | -2/+1 |
| | |||||
* | fix newline problem in contacts | Georg Ehrke | 2012-01-15 | 1 | -1/+3 |
| | |||||
* | Make sure VERSION is set. | Thomas Tanghus | 2012-01-11 | 1 | -1/+1 |
| | | | | | Set REV for each edit. Download single VCard. | ||||
* | CSS cleanup, more error checking, better error messages, general cleanup. | Thomas Tanghus | 2012-01-11 | 1 | -4/+4 |
| | |||||
* | Misc. changes after review by bartv. | Thomas Tanghus | 2011-12-16 | 1 | -5/+6 |
| | |||||
* | Removed some debug statements. | Thomas Tanghus | 2011-12-01 | 1 | -17/+11 |
| | | | | Changed double quotes to single quotes. | ||||
* | Added export.php for contacts app. Works the same way as the one in the ↵ | Thomas Olsen | 2011-12-01 | 1 | -0/+44 |
calendar app, except there is no UI for it. Fixed indentation in /index.php |