Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Made the global settings icon accessable via keyboard. | Thomas Tanghus | 2012-05-04 | 2 | -1/+6 |
| | | | | Bug http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-561 | ||||
* | VCategories: Check if any categories are selected before json call. Add ↵ | Thomas Tanghus | 2012-05-04 | 1 | -5/+8 |
| | | | | Close button. Remove log calls. | ||||
* | Contacts: Hack around malformed BDAY. | Thomas Tanghus | 2012-05-04 | 1 | -3/+9 |
| | |||||
* | Contacts: Don't load event handlers more than once, or you're asking for ↵ | Thomas Tanghus | 2012-05-04 | 1 | -2/+0 |
| | | | | trouble :-P | ||||
* | Check for callback in OC.dialogs.alert. | Thomas Tanghus | 2012-05-04 | 1 | -1/+1 |
| | |||||
* | Calendar: Fix repeating events | Bart Visscher | 2012-05-03 | 2 | -2/+5 |
| | |||||
* | Merge branch 'master' of git://gitorious.org/owncloud/owncloud | Bart Visscher | 2012-05-03 | 4 | -9/+16 |
|\ | |||||
| * | add mount config to gitignore | Robin Appelman | 2012-05-03 | 1 | -0/+1 |
| | | |||||
| * | fix filecache for postgresql | Robin Appelman | 2012-05-03 | 1 | -6/+11 |
| | | |||||
| * | ups, we don't have a CSS file therefore | Arthur Schiwon | 2012-05-03 | 1 | -1/+0 |
| | | |||||
| * | ensure the files app is always loaded | Robin Appelman | 2012-05-03 | 1 | -2/+4 |
| | | |||||
* | | Merge commit 'refs/merge-requests/89' of git://gitorious.org/owncloud/owncloud | Bart Visscher | 2012-05-03 | 2 | -2/+18 |
|\ \ | | | | | | | | | | | | | Conflicts: apps/calendar/ajax/events.php | ||||
| * | | Handle event exceptions in calendar app. Execeptions to recurring events are ↵ | Henning Becker | 2012-02-17 | 1 | -1/+20 |
| | | | | | | | | | | | | not shown anymore. | ||||
* | | | Better regex for old apps rewrite rule | Bart Visscher | 2012-05-03 | 1 | -1/+1 |
| | | | |||||
* | | | Bookmarks: Move delete code to Bookmarks class, also change to use id | Bart Visscher | 2012-05-03 | 3 | -33/+44 |
| |/ |/| | |||||
* | | Contacts: Remove some logging. | Thomas Tanghus | 2012-05-03 | 2 | -3/+0 |
| | | |||||
* | | Contacts: Clean up tipsies. | Thomas Tanghus | 2012-05-03 | 2 | -4/+5 |
| | | |||||
* | | Contacts: Fixed paths in import. | Thomas Tanghus | 2012-05-03 | 3 | -4/+1 |
| | | |||||
* | | Contacts: Fix paths and improve markup and css in address book overview. | Thomas Tanghus | 2012-05-03 | 4 | -11/+25 |
| | | |||||
* | | Merge branch 'master' of gitorious.org:owncloud/owncloud | Frank Karlitschek | 2012-05-03 | 1 | -1/+1 |
|\ \ | |||||
| * | | fix incorrect dialog computing in ff | Bartek Przybylski | 2012-05-03 | 1 | -1/+1 |
| | | | |||||
* | | | ported oc_db | Frank Karlitschek | 2012-05-03 | 29 | -170/+262 |
|/ / | |||||
* | | Merge branch 'master' of gitorious.org:owncloud/owncloud | Frank Karlitschek | 2012-05-03 | 1 | -1/+1 |
|\ \ | |||||
| * | | fix filepicker in webkit | Bartek Przybylski | 2012-05-03 | 1 | -1/+1 |
| | | | |||||
* | | | ported oc_json | Frank Karlitschek | 2012-05-03 | 107 | -363/+457 |
|/ / | |||||
* | | Contacts: Move gif used by jquery.Jcrop and make style sheet use %webroot% path. | Thomas Tanghus | 2012-05-03 | 4 | -2/+2 |
| | | |||||
* | | Contacts: Improve loading contact. | Thomas Tanghus | 2012-05-03 | 2 | -18/+27 |
| | | |||||
* | | Contacts: Don't resize profile picture if it's not too big. | Thomas Tanghus | 2012-05-03 | 1 | -1/+1 |
| | | |||||
* | | port oc_response | Frank Karlitschek | 2012-05-03 | 12 | -25/+131 |
| | | |||||
* | | Fix private links | Michael Gapczynski | 2012-05-02 | 1 | -1/+0 |
| | | |||||
* | | move archive library to core so we can properly depend on it | Robin Appelman | 2012-05-02 | 7 | -6/+2 |
| | | |||||
* | | 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 |
| | |