| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Contacts: The proper DOM wasn't loaded after import and thumbnails weren't be... | Thomas Tanghus | 2012-05-14 | 1 | -62/+79 |
* | | Add ctmp extension to blacklist to make sync test files not versioned. | Klaas Freitag | 2012-05-14 | 1 | -1/+1 |
|/ |
|
* | Remove scroll to bookmarks_menu, no longer existent and the bookmark controls... | Michael Gapczynski | 2012-05-13 | 1 | -4/+1 |
* | selective app loading for remote/public | Robin Appelman | 2012-05-14 | 9 | -8/+46 |
* | set public handeler in info,xml for sharing | Robin Appelman | 2012-05-14 | 3 | -3/+5 |
* | Contacts: Forgot one file for the import fix. | Thomas Tanghus | 2012-05-13 | 1 | -2/+24 |
* | Contacts: Add error checking and reporting to import from files app. | Thomas Tanghus | 2012-05-13 | 4 | -136/+134 |
* | Validate bookmark inputs, fixes bug oc-636 | Michael Gapczynski | 2012-05-13 | 1 | -1/+8 |
* | Merge branch 'master' of gitorious.org:owncloud/owncloud | Tom Needham | 2012-05-13 | 1 | -1/+1 |
|\ |
|
| * | Variable not declared in media app, fixes bug oc-633. Thanks to die3lustigen2. | Michael Gapczynski | 2012-05-13 | 1 | -1/+1 |
* | | Third time lucky fixing google font include | Tom Needham | 2012-05-13 | 1 | -1/+1 |
* | | Revert "Remove google webfont include" | Tom Needham | 2012-05-13 | 1 | -1/+10 |
|/ |
|
* | Merge branch 'master' of gitorious.org:owncloud/owncloud | Tom Needham | 2012-05-13 | 1 | -1/+1 |
|\ |
|
| * | Sanitize search queries, thanks to Lukas Reschke | Michael Gapczynski | 2012-05-13 | 1 | -1/+1 |
* | | Fixed keyboard shortcut for saving files. Thanks adlr in #ace! | Tom Needham | 2012-05-13 | 1 | -0/+4 |
|/ |
|
* | fix fail in previous commit | Georg Ehrke | 2012-05-13 | 1 | -1/+0 |
* | fix remote.php for servers which doesn't support PATH_INFO | Georg Ehrke | 2012-05-13 | 1 | -0/+5 |
* | Merge branch 'master' of gitorious.org:owncloud/owncloud | Tom Needham | 2012-05-13 | 3 | -2/+4 |
|\ |
|
| * | Check if path_info is empty as well, fixes bug oc-632. Thanks to die3lustigen2. | Michael Gapczynski | 2012-05-13 | 1 | -1/+1 |
| * | fix getting the db scheme from existing database | Robin Appelman | 2012-05-13 | 1 | -0/+1 |
| * | additional logging when db upgrade fails | Robin Appelman | 2012-05-13 | 1 | -1/+2 |
* | | Remove google webfont include | Tom Needham | 2012-05-13 | 1 | -10/+1 |
* | | Fix breadcrumb path | Tom Needham | 2012-05-13 | 1 | -1/+1 |
|/ |
|
* | some mdb2 pgsql fixes | Robin Appelman | 2012-05-13 | 1 | -3/+3 |
* | prevent user creation with empty password | Robin Appelman | 2012-05-13 | 2 | -1/+10 |
* | more MDB2 updates | Robin Appelman | 2012-05-13 | 48 | -21917/+22977 |
* | add post user delete hook for calendar sharing | Georg Ehrke | 2012-05-13 | 2 | -0/+19 |
* | update translations | Robin Appelman | 2012-05-13 | 255 | -3592/+7860 |
* | VCategories: Made a small check for categories that seems to resolv the probl... | Thomas Tanghus | 2012-05-13 | 1 | -6/+10 |
* | hide share tab for new events, because you can't share an event that haven't ... | Georg Ehrke | 2012-05-13 | 1 | -2/+2 |
* | fix another php notice | Georg Ehrke | 2012-05-13 | 1 | -0/+1 |
* | fix another php notice | Georg Ehrke | 2012-05-13 | 1 | -3/+3 |
* | fix php notice and displaying of events | Georg Ehrke | 2012-05-13 | 1 | -1/+1 |
* | VCategories: Suppress error messages stemming from import from file app. | Thomas Tanghus | 2012-05-13 | 1 | -2/+2 |
* | Revert "Edited combobox to adhere to coding standards and added a dblclick ha... | Thomas Tanghus | 2012-05-13 | 1 | -24/+19 |
* | Revert "Contacts: Change placeholder text to avoid confusion. No, JanC, I won... | Thomas Tanghus | 2012-05-13 | 1 | -3/+2 |
* | This is RC nowv4.0.0RC | Frank Karlitschek | 2012-05-13 | 1 | -2/+2 |
* | non-minified version added | Thomas Mueller | 2012-05-12 | 2 | -0/+1234 |
* | fixing file headers with copyright | Thomas Mueller | 2012-05-12 | 1 | -12/+5 |
* | Edited combobox to adhere to coding standards and added a dblclick handler. | Thomas Tanghus | 2012-05-12 | 1 | -19/+24 |
* | Contacts: Change placeholder text to avoid confusion. No, JanC, I won't chang... | Thomas Tanghus | 2012-05-12 | 1 | -2/+3 |
* | oc-627, calling base function instead of loading too much useless functions | Bartek Przybylski | 2012-05-12 | 1 | -1/+1 |
* | Encoded slashes (%2F) don't look pretty in our private link urls | Michael Gapczynski | 2012-05-11 | 1 | -1/+1 |
* | Turn async off when fetching users to make sure the users get removed from th... | Michael Gapczynski | 2012-05-11 | 1 | -2/+2 |
* | update to jquery 1.7.2 | Robin Appelman | 2012-05-12 | 3 | -5/+5 |
* | fix gallery previous not showing | Robin Appelman | 2012-05-12 | 1 | -1/+1 |
* | Remove duplicate line | Bart Visscher | 2012-05-11 | 1 | -1/+0 |
* | Change sqlite escaping of identifier to double quote. Fixing some issues | Brice Maron | 2012-05-11 | 1 | -1/+1 |
* | Make processed css files cachable | Bart Visscher | 2012-05-11 | 1 | -1/+6 |
* | also set remote/public paths on installing apps | Robin Appelman | 2012-05-11 | 1 | -0/+16 |