Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | |||||
| * | Fix owncloud log | Tom Needham | 2012-03-31 | 2 | -1/+69 |
| | | |||||
| * | prevent an possible xss exploit | Robin Appelman | 2012-04-01 | 1 | -1/+1 |
| | | |||||
| * | adding callback when ok click on alert dialog | Bartek Przybylski | 2012-04-01 | 1 | -1/+1 |
| | | |||||
| * | fix eventsource for ie | Robin Appelman | 2012-03-31 | 2 | -2/+2 |
| | | |||||
| * | dont send to much when scanning large folders | Robin Appelman | 2012-03-31 | 1 | -4/+3 |
| | | |||||
| * | send more progress updates when scanning large folders | Robin Appelman | 2012-03-31 | 1 | -3/+9 |
| | | |||||
| * | make sure output buffering is dissabled when using eventsource | Robin Appelman | 2012-03-31 | 1 | -0/+1 |
| | | |||||
| * | fix potential problem when using multiply eventsource's | Robin Appelman | 2012-03-31 | 1 | -3/+7 |
| | | |||||
| * | Fix HTML, misspelled span close tag | Bart Visscher | 2012-03-30 | 1 | -3/+3 |
| | | |||||
| * | Move logfile determination to init function | Bart Visscher | 2012-03-30 | 1 | -6/+7 |
| | | |||||
| * | checkUpgrade has to be after template initialization | Bart Visscher | 2012-03-30 | 1 | -1/+1 |
| | | | | | | | | The error path of checkUpgrade uses the template | ||||
| * | Move more from base init to separate functions | Bart Visscher | 2012-03-30 | 1 | -29/+35 |
| | | |||||
| * | Add support for logging to syslog | Bart Visscher | 2012-03-30 | 5 | -57/+133 |
| | | |||||
| * | select field added to oc.dialogs.form, gallery ported to use it | Bartek Przybylski | 2012-03-30 | 3 | -71/+28 |
| | | |||||
| * | fix sharing nested galleries | Bartek Przybylski | 2012-03-30 | 1 | -1/+2 |
| | | |||||
| * | clean pre-path_hash fscache entries | Robin Appelman | 2012-03-30 | 3 | -2/+10 |
| | | |||||
| * | clarifying remoteStorage description | Jan-Christoph Borchardt | 2012-03-30 | 1 | -1/+1 |
| | | |||||
| * | renamed Gallery to Pictures, still needs to be changed in the code to also ↵ | Jan-Christoph Borchardt | 2012-03-30 | 2 | -4/+4 |
| | | | | | | | | reflect in the path | ||||
| * | renaming remote storage support to External storage support to clear up ↵ | Jan-Christoph Borchardt | 2012-03-30 | 10 | -18/+18 |
| | | | | | | | | naming conflict | ||||
| * | add path_hash to the filesystem cache | Robin Appelman | 2012-03-30 | 3 | -21/+37 |
| | | |||||
| * | add the option to only load apps of a specific type | Robin Appelman | 2012-03-30 | 10 | -6/+76 |
| | | |||||
| * | optimizations for loadApps | Robin Appelman | 2012-03-30 | 1 | -5/+16 |
| | | |||||
| * | optimizations for updateApps | Robin Appelman | 2012-03-30 | 2 | -10/+23 |
| | | |||||
| * | fix gallery sharing when root is not / | Bartek Przybylski | 2012-03-29 | 1 | -0/+3 |
| | | |||||
| * | checkobx opacity on files page for IE8 | Arthur Schiwon | 2012-03-29 | 1 | -2/+2 |
| | | |||||
| * | make checkboxes on files page work with IE8 () | Arthur Schiwon | 2012-03-29 | 1 | -1/+1 |
| | | |||||
| * | IE 8: fix appeareance of checkboxes on login and files pages | Arthur Schiwon | 2012-03-29 | 2 | -0/+2 |
| | | |||||
| * | Contacts: Removed obsolete code. | Thomas Tanghus | 2012-03-29 | 1 | -7/+0 |
| | | |||||
| * | Improve actions on delete. | Thomas Tanghus | 2012-03-29 | 3 | -33/+65 |
| | | |||||
| * | Cleanup stylesheet. | Thomas Tanghus | 2012-03-29 | 1 | -116/+11 |
| | | |||||
| * | Make users only able to share with users in groups they belong to | Michael Gapczynski | 2012-03-28 | 2 | -12/+24 |
| | |