Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | open app thru index.php | Georg Ehrke | 2012-04-18 | 3 | -13/+44 |
| | |||||
* | OC_Group_Backend.php misses function groupexists | Bart Visscher | 2012-04-15 | 2 | -1/+18 |
| | | | | Fix http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-182 | ||||
* | Add well-known redirects to htaccess | Bart Visscher | 2012-04-15 | 1 | -1/+7 |
| | | | | | | Fixes: http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-232 http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-445 | ||||
* | fixing oc-375 - a number is appended tp the filename | Thomas Müller | 2012-04-15 | 1 | -0/+28 |
| | |||||
* | fix filecache rename hook | Robin Appelman | 2012-04-15 | 1 | -1/+1 |
| | |||||
* | renamed extention to extension, also now only showing lowercase | Jan-Christoph Borchardt | 2012-04-15 | 4 | -14/+14 |
| | |||||
* | add public api to get the file id from the cache | Robin Appelman | 2012-04-15 | 1 | -0/+34 |
| | |||||
* | fix installing shipped apps | Robin Appelman | 2012-04-15 | 1 | -1/+1 |
| | |||||
* | fix getAppVersion error | Bartek Przybylski | 2012-04-15 | 1 | -1/+1 |
| | |||||
* | firefighting Robin-breakage | Jan-Christoph Borchardt | 2012-04-14 | 1 | -1/+1 |
| | |||||
* | don't rely on the old version in info.xml anymore | Robin Appelman | 2012-04-14 | 3 | -4/+4 |
| | |||||
* | Merge branch 'master' of gitorious.org:owncloud/owncloud | Jan-Christoph Borchardt | 2012-04-14 | 7 | -37/+94 |
|\ | |||||
| * | Typo fix (breif->brief) | Bart Visscher | 2012-04-14 | 4 | -28/+28 |
| | | |||||
| * | Fix default database type string | Bart Visscher | 2012-04-14 | 1 | -1/+1 |
| | | |||||
| * | cache app types in the db | Robin Appelman | 2012-04-14 | 2 | -5/+62 |
| | | |||||
| * | use the correct array indexes... | Robin Appelman | 2012-04-14 | 1 | -3/+3 |
| | | |||||
* | | improved installation instructions | Jan-Christoph Borchardt | 2012-04-14 | 1 | -1/+1 |
| | | |||||
* | | improved updater wording | Jan-Christoph Borchardt | 2012-04-14 | 1 | -2/+2 |
|/ | |||||
* | reuse OC_L10N objects | Robin Appelman | 2012-04-14 | 5 | -8/+28 |
| | |||||
* | some minor optimizations | Robin Appelman | 2012-04-14 | 2 | -19/+32 |
| | |||||
* | keep version numbers in their own files for faster reading | Robin Appelman | 2012-04-14 | 1 | -3/+16 |
| | |||||
* | remove outdated file | Robin Appelman | 2012-04-14 | 1 | -40/+0 |
| | |||||
* | Fix annoying error in log | Tom Needham | 2012-04-14 | 1 | -150/+151 |
| | |||||
* | show error when installing an app has failed | Robin Appelman | 2012-04-14 | 1 | -3/+8 |
| | |||||
* | prevent users with the same name but different casing from being created | Robin Appelman | 2012-04-14 | 1 | -1/+1 |
| | |||||
* | remove outdated code | Robin Appelman | 2012-04-14 | 1 | -204/+0 |
| | |||||
* | improve flexibility of search providers a bit | Robin Appelman | 2012-04-14 | 3 | -7/+33 |
| | |||||
* | test cases for user backends | Robin Appelman | 2012-04-14 | 1 | -0/+114 |
| | |||||
* | typo | Arthur Schiwon | 2012-04-13 | 1 | -3/+3 |
| | |||||
* | don't fail on missing extension | Arthur Schiwon | 2012-04-13 | 1 | -1/+5 |
| | |||||
* | make sure temporary files are being removed, fixes oc-450 | Arthur Schiwon | 2012-04-13 | 2 | -16/+30 |
| | |||||
* | file settings: let people set no more than upper boundary for file uploads, ↵ | Arthur Schiwon | 2012-04-13 | 1 | -5/+13 |
| | | | | but they should can really go up to the limit | ||||
* | make upload size settings work probably. do not replace whole .htaccess, ↵ | Arthur Schiwon | 2012-04-13 | 1 | -6/+35 |
| | | | | only replace what is needed. Consistent, human readable input on admin settings page. | ||||
* | allow multiply group backends | Robin Appelman | 2012-04-13 | 6 | -140/+407 |
| | |||||
* | OC_VCategories: sort categories in natural order using usort | Bart Visscher | 2012-04-12 | 1 | -1/+2 |
| | | | | Use usort to sort, so that the json encoding is an array. | ||||
* | Implement default categories in OC_VCategories | Bart Visscher | 2012-04-12 | 1 | -3/+2 |
| | |||||
* | Fix a session fixation vulnerability | Florian Preinstorfer | 2012-04-12 | 1 | -2/+4 |
| | | | | | | | | - regenerate the session for every successful login - properly destroy a session Further information can be found on: https://en.wikipedia.org/wiki/session_fixation | ||||
* | UTF8 locale by default | Grundik | 2012-04-12 | 2 | -2/+4 |
| | |||||
* | Use OC_Helper::serverHost() in OC_Helper::linkToAbsolute() | Daniele E. Domenichelli | 2012-04-12 | 1 | -1/+1 |
| | |||||
* | Add method OC_Helper::serverHost() | Daniele E. Domenichelli | 2012-04-12 | 1 | -0/+22 |
| | | | | | This method returns the server host, even if the website uses one or more reverse proxies. | ||||
* | tests for oc_filesystem | Robin Appelman | 2012-04-12 | 1 | -0/+8 |
| | |||||
* | increase version to show that we are not the same as stable | Frank Karlitschek | 2012-04-11 | 1 | -2/+2 |
| | |||||
* | Silence error for missing appinfo info file | Bart Visscher | 2012-04-10 | 1 | -1/+1 |
| | |||||
* | Copy over all file app data for imported user | Tom Needham | 2012-04-08 | 1 | -2/+2 |
| | |||||
* | Fix sqlite version detection | Tom Needham | 2012-04-08 | 1 | -3/+7 |
| | |||||
* | 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 | 1 | -21/+21 |
| | |||||
* | Merge branch 'master' into migration | Tom Needham | 2012-04-07 | 10 | -18/+69 |
|\ | |||||
| * | mimetype filter for filepicker | Bartek Przybylski | 2012-04-05 | 2 | -5/+5 |
| | | |||||
| * | Merge commit 'refs/merge-requests/102' of ↵ | Florian Hülsmann | 2012-04-04 | 1 | -1/+2 |
| |\ | | | | | | | | | | git://gitorious.org/owncloud/owncloud into merge-requests/102 |