Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | run none of the extranal storage tests on default | Robin Appelman | 2012-05-02 | 1 | -1/+1 |
| | |||||
* | don't try to register file actions when we're not in the files app | Robin Appelman | 2012-05-02 | 1 | -21/+21 |
| | |||||
* | Gallery: Update version for database update | Bart Visscher | 2012-05-02 | 1 | -1/+1 |
| | |||||
* | Contacts: check for malformed VCards in calendar hook | Bart Visscher | 2012-05-02 | 1 | -0/+3 |
| | |||||
* | Catch old app paths, change them to new form | Bart Visscher | 2012-05-02 | 1 | -2/+4 |
| | |||||
* | Fix log viewing bug | Michael Gapczynski | 2012-05-02 | 2 | -2/+2 |
| | |||||
* | Refactoring and upload support for Google Drive backend | Michael Gapczynski | 2012-05-02 | 1 | -69/+195 |
| | |||||
* | port checkAppEnabled | Frank Karlitschek | 2012-05-02 | 28 | -28/+28 |
| | |||||
* | fix install | Frank Karlitschek | 2012-05-02 | 3 | -6/+6 |
| | |||||
* | new checkAppEnabled call | Frank Karlitschek | 2012-05-02 | 1 | -1/+14 |
| | |||||
* | add require_once('../lib/base.php'); to webdav.php | Georg Ehrke | 2012-05-02 | 1 | -0/+1 |
| | |||||
* | create folder 'remote' for the remote services like caldav, carddav and webdav | Georg Ehrke | 2012-05-02 | 13 | -15/+36 |
| | |||||
* | add appswebroot to the guest template | Georg Ehrke | 2012-05-02 | 1 | -0/+1 |
| | |||||
* | port oc_preferences | Frank Karlitschek | 2012-05-02 | 30 | -49/+84 |
| | |||||
* | port appconfig | Frank Karlitschek | 2012-05-02 | 13 | -43/+71 |
| | |||||
* | first part of the config stuff | Frank Karlitschek | 2012-05-02 | 15 | -42/+112 |
| | |||||
* | move all the files stuff into a files class | Frank Karlitschek | 2012-05-02 | 18 | -104/+144 |
| | |||||
* | Contacts: Removed styling and (most) js from template. Started making app ↵ | Thomas Tanghus | 2012-05-02 | 5 | -214/+116 |
| | | | | more keyboard/screenreader friendly. General cleanup in code and markup. | ||||
* | Contacts: Trying to improve PHOTO handling a bit. | Thomas Tanghus | 2012-05-02 | 1 | -21/+16 |
| | |||||
* | files is not internal any more, part II | Arthur Schiwon | 2012-05-02 | 2 | -2/+2 |
| | |||||
* | files is not internal any more | Arthur Schiwon | 2012-05-02 | 1 | -6/+6 |
| | |||||
* | send downloadfile piece by piece. saves RAM and is better suited for large ↵ | Arthur Schiwon | 2012-05-02 | 1 | -1/+8 |
| | | | | files. | ||||
* | fixing namespace | Thomas Müller | 2012-05-02 | 2 | -4/+4 |
| | |||||
* | ported the oc_app calls | Frank Karlitschek | 2012-05-02 | 35 | -52/+207 |
| | |||||
* | Merge branch 'master' of gitorious.org:owncloud/owncloud | Frank Karlitschek | 2012-05-02 | 1 | -0/+1 |
|\ | |||||
| * | correction of bug oc-393 in using owncloud V2, V3, V4 with android browser : | unknown | 2012-05-01 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | JSON.parse(null) results in 'Uncaught illegal access' and not 'null' (see google for details) solved Signed-off-by: bourgeoa | ||||
* | | ported the rest of the OC_Helper calls | Frank Karlitschek | 2012-05-02 | 34 | -67/+173 |
|/ | |||||
* | port linkto and serverHost | Frank Karlitschek | 2012-05-01 | 37 | -48/+79 |
| | |||||
* | ported checkLoggedIn and checkAdmin | Frank Karlitschek | 2012-05-01 | 26 | -24/+48 |
| | |||||
* | some more porting | Frank Karlitschek | 2012-05-01 | 12 | -15/+83 |
| | |||||
* | Merge branch 'master' of gitorious.org:owncloud/owncloud | Frank Karlitschek | 2012-05-01 | 1 | -1/+1 |
|\ | |||||
| * | Change default from address to sharing-noreply@server for emailing private links | Michael Gapczynski | 2012-05-01 | 1 | -1/+1 |
| | | |||||
* | | ported addSyript and other small stuff | Frank Karlitschek | 2012-05-01 | 28 | -65/+65 |
|/ | |||||
* | porting of OC_User to public API complete. | Frank Karlitschek | 2012-05-01 | 8 | -8/+8 |
| | | | | What better thing to do during a long train ride than refactoring ;-) | ||||
* | ported getUser | Frank Karlitschek | 2012-05-01 | 80 | -183/+183 |
| | |||||
* | Merge branch 'master' of gitorious.org:owncloud/owncloud | Frank Karlitschek | 2012-05-01 | 1 | -0/+2 |
|\ | |||||
| * | create remote directory | Georg Ehrke | 2012-05-01 | 1 | -0/+2 |
| | | |||||
* | | ported isLoggedIn | Frank Karlitschek | 2012-05-01 | 3 | -3/+3 |
|/ | |||||
* | finish porting of the LOG calls or the apps to the public api | Frank Karlitschek | 2012-05-01 | 46 | -124/+131 |
| | |||||
* | Checks if config folder is writable on begin of the installation. | Marvin Thomas Rabe | 2012-05-01 | 1 | -2/+10 |
| | |||||
* | OC_User: handle success properly | Arthur Schiwon | 2012-05-01 | 1 | -1/+1 |
| | |||||
* | port some of the log call to the new public api | Frank Karlitschek | 2012-05-01 | 6 | -17/+17 |
| | | | | more to come | ||||
* | OC_User: don't say password changed when it is not true | Arthur Schiwon | 2012-05-01 | 1 | -2/+3 |
| | |||||
* | LDAP: remove Notices on settings | Arthur Schiwon | 2012-05-01 | 1 | -2/+2 |
| | |||||
* | LDAP: decent behaviour and log message when there is no connection to the ↵ | Arthur Schiwon | 2012-05-01 | 1 | -2/+11 |
| | | | | LDAP server | ||||
* | add/remove handlers | Bartek Przybylski | 2012-05-01 | 2 | -15/+30 |
| | |||||
* | port to use the new public api | Frank Karlitschek | 2012-05-01 | 19 | -33/+33 |
| | |||||
* | some more work on the public API | Frank Karlitschek | 2012-05-01 | 2 | -2/+87 |
| | |||||
* | forgot a file | Frank Karlitschek | 2012-05-01 | 1 | -0/+11 |
| | |||||
* | fixing syntax error | Thomas Müller | 2012-04-30 | 1 | -5/+0 |
| |