Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Emit hooks for user creation | Tom Needham | 2012-04-07 | 1 | -0/+9 |
| | |||||
* | Return JSON for import and export methods of OC_Migrate | Tom Needham | 2012-04-07 | 4 | -42/+42 |
| | |||||
* | Merge branch 'master' into migration | Tom Needham | 2012-04-07 | 45 | -307/+698 |
|\ | |||||
| * | Contacts: Misc. cleanup tweaks. | Thomas Tanghus | 2012-04-07 | 7 | -73/+64 |
| | | |||||
| * | Fix bug oc-413: PHP fatal error in contacts page when no contacts in ownCloud. | Thomas Tanghus | 2012-04-07 | 1 | -10/+8 |
| | | |||||
| * | Add some filetypes | Tom Needham | 2012-04-07 | 1 | -0/+2 |
| | | |||||
| * | Update url | Tom Needham | 2012-04-07 | 1 | -1/+1 |
| | | |||||
| * | Give editor focus after saving | Tom Needham | 2012-04-06 | 1 | -0/+1 |
| | | |||||
| * | Provide undo when closing editor with unsaved changes | Tom Needham | 2012-04-06 | 1 | -45/+55 |
| | | |||||
| * | mimetype filter for filepicker | Bartek Przybylski | 2012-04-05 | 4 | -10/+11 |
| | | |||||
| * | filepicker loading style fixup | Bartek Przybylski | 2012-04-05 | 1 | -1/+1 |
| | | |||||
| * | loading screen for filepicker | Bartek Przybylski | 2012-04-05 | 2 | -1/+5 |
| | | |||||
| * | Merge commit 'refs/merge-requests/102' of ↵ | Florian Hülsmann | 2012-04-04 | 2 | -1/+2 |
| |\ | | | | | | | | | | git://gitorious.org/owncloud/owncloud into merge-requests/102 | ||||
| | * | as preperation for the sgf viewer app i added a file icon for .sgf files ↵ | Nils Jansen | 2012-03-23 | 2 | -1/+2 |
| | | | | | | | | | | | | (saved go games), and an according mimetype. | ||||
| * | | Make the token really random | Tom Needham | 2012-04-04 | 1 | -1/+1 |
| | | | |||||
| * | | webdav needs to load authentication apps | Arthur Schiwon | 2012-04-04 | 3 | -1/+7 |
| | | | |||||
| * | | Check blacklist before saving to filesystem | Tom Needham | 2012-04-03 | 2 | -0/+16 |
| | | | |||||
| * | | Dont typecast variables as integers | Tom Needham | 2012-04-03 | 1 | -1/+1 |
| | | | |||||
| * | | adding icons to filepicker | Bartek Przybylski | 2012-04-03 | 2 | -1/+3 |
| | | | |||||
| * | | Contacts: l11n for geo autocomplete. Not sure if it works though. | Thomas Tanghus | 2012-04-03 | 2 | -1/+4 |
| | | | |||||
| * | | Contacts: Added autocomplete using geonames.org. | Thomas Tanghus | 2012-04-03 | 3 | -3/+87 |
| | | | |||||
| * | | Contacts: First work on cleaner design. | Thomas Tanghus | 2012-04-03 | 7 | -97/+112 |
| | | | |||||
| * | | Contacts: rescan categories on load if there are none. | Thomas Tanghus | 2012-04-03 | 1 | -2/+22 |
| | | | |||||
| * | | merged from upstream | Florian Hülsmann | 2012-04-02 | 75 | -492/+3208 |
| |\ \ | |||||
| | * | | multiselect handle for filepicker | Bartek Przybylski | 2012-04-02 | 1 | -9/+21 |
| | | | | |||||
| | * | | Merge branch 'master' of gitorious.org:owncloud/owncloud | Tom Needham | 2012-04-02 | 4 | -14/+114 |
| | |\ \ | |||||
| | | * | | dialogs filepicker first draft | Bartek Przybylski | 2012-04-02 | 4 | -14/+114 |
| | | | | | |||||
| | * | | | confirm close when there are unsaved changes | Tom Needham | 2012-04-02 | 1 | -1/+14 |
| | | | | | |||||
| | * | | | add * to filename when changes have been made | Tom Needham | 2012-04-02 | 1 | -26/+42 |
| | | | | | |||||
| | * | | | use OC_Dialogs instead of alert() | Tom Needham | 2012-04-02 | 1 | -1/+1 |
| | |/ / | |||||
| | * | | Move writable check into local filestorage so shared files can be renamed | Michael Gapczynski | 2012-04-01 | 2 | -1/+5 |
| | | | | |||||
| | * | | the core apps don't have types | Robin Appelman | 2012-04-01 | 1 | -1/+1 |
| | | | | |||||
| | * | | oc_db is not pdo | Robin Appelman | 2012-04-01 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | also pgsql does not like double quotes | ||||
| | * | | Try to configure php to enable big file uploads. | Frank Karlitschek | 2012-04-01 | 1 | -0/+18 |
| | | | | | | | | | | | | | | | | | | | | This doesn´t work always depending on the webserver and php configuration. Let´s try to overwrite some defaults anyways | ||||
| | * | | update outdated README | Frank Karlitschek | 2012-04-01 | 1 | -2/+3 |
| | | | | |||||
| | * | | Show the different editions to the user. Used in the status call, on the ↵ | Frank Karlitschek | 2012-04-01 | 4 | -2/+11 |
| | | | | | | | | | | | | | | | | personal settings page and in the updater to update to the next available version from the same edition. | ||||
| | * | | Check file handle exists before trying to read file | Michael Gapczynski | 2012-04-01 | 1 | -6/+9 |
| | | | | |||||
| * | | | Merge branch 'master' of gitorious.org:~cbix/owncloud/cbix-owncloud | Florian Hülsmann | 2012-04-02 | 0 | -0/+0 |
| |\ \ \ | |||||
| | * | | | webfinger protocol compatible + minor changes | Florian Hülsmann | 2012-04-02 | 3 | -17/+36 |
| | | | | | |||||
| * | | | | webfinger protocol compatible + minor changes | Florian Hülsmann | 2012-04-02 | 3 | -17/+36 |
| |/ / / | |||||
| * | | | webfinger reimplementation started | Florian Hülsmann | 2012-03-31 | 7 | -39/+52 |
| | | | | |||||
| * | | | create static host-meta instead of symlink and .htaccess | Florian Hülsmann | 2012-03-30 | 1 | -29/+28 |
| | | | | |||||
| * | | | whitespace indentation fix | Florian Hülsmann | 2012-03-28 | 1 | -26/+26 |
| | | | | |||||
| * | | | webfinger installation creates symlink in document root | Florian Hülsmann | 2012-03-28 | 1 | -1/+31 |
| | | | | |||||
* | | | | Hide instance import as it eats data | Tom Needham | 2012-04-07 | 2 | -1/+9 |
| | | | | |||||
* | | | | rename admin_export -> admin_migrate | Tom Needham | 2012-04-07 | 4 | -12/+10 |
| | | | | |||||
* | | | | Display errors on import | Tom Needham | 2012-04-07 | 2 | -16/+20 |
| | | | | |||||
* | | | | Show nice errors | Tom Needham | 2012-04-06 | 1 | -4/+20 |
| | | | | |||||
* | | | | try to use transactions to replace db | Tom Needham | 2012-04-01 | 3 | -11/+10 |
| | | | | |||||
* | | | | Fix user app data export | Tom Needham | 2012-04-01 | 1 | -3/+7 |
| | | | |