Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into multi_app_dir | Brice Maron | 2012-06-21 | 1 | -7/+0 |
|\ | | | | | | | | | | | | | | | | | | | Conflicts: lib/app.php lib/base.php lib/minimizer/css.php lib/minimizer/js.php lib/template.php lib/util.php | ||||
| * | Remove $DOCUMENTROOT, not used | Bart Visscher | 2012-06-16 | 1 | -7/+0 |
| | | |||||
* | | Correct remote and public, and last occurence of OC:: | Brice Maron | 2012-06-06 | 1 | -1/+1 |
|/ | |||||
* | Remove OC_App::register function | Bart Visscher | 2012-05-31 | 1 | -4/+0 |
| | | | | The data supplied is never used in OwnCloud. Removed the call from all the apps, and made the public API function empty. | ||||
* | mark the apps as part of the shipped package and increase the requirement to ↵ | Frank Karlitschek | 2012-05-18 | 1 | -1/+2 |
| | | | | ownCloud 4 | ||||
* | no use for double quotes here | Michiel de Jong | 2012-05-17 | 1 | -1/+1 |
| | |||||
* | removing dead code | Michiel de Jong | 2012-05-17 | 1 | -15/+0 |
| | |||||
* | oops! was hardcoding my test domain inadvertently | Michiel de Jong | 2012-05-17 | 1 | -1/+1 |
| | |||||
* | removing executable bit - again | Thomas Mueller | 2012-05-15 | 2 | -0/+0 |
| | |||||
* | register public.php?service=host-meta | Michiel de Jong | 2012-05-11 | 1 | -0/+1 |
| | |||||
* | fix warning 'unknown var appsDir' | Michiel de Jong | 2012-05-11 | 1 | -1/+1 |
| | |||||
* | correct host-meta mime type | Michiel de Jong | 2012-05-11 | 1 | -1/+1 |
| | |||||
* | move lrdd to jrd | Michiel de Jong | 2012-05-11 | 1 | -10/+3 |
| | |||||
* | move host-meta to JRD because I can't work out how to deal with ampersands ↵ | Michiel de Jong | 2012-05-11 | 1 | -12/+6 |
| | | | | in XRD | ||||
* | trying to fix /.well-known/host-meta | Michiel de Jong | 2012-05-11 | 1 | -21/+2 |
| | |||||
* | attempt to align the webfinger app with new public.php routing | Michiel de Jong | 2012-05-11 | 3 | -3/+2 |
| | |||||
* | better invalid webfinger URI handling | Florian Hülsmann | 2012-05-07 | 1 | -0/+4 |
| | |||||
* | whitespace correction in webfinger.php | Michiel de Jong | 2012-05-07 | 1 | -3/+3 |
| | |||||
* | require base lib and deal with malformed user addresses in webfinger.php | Michiel de Jong | 2012-05-07 | 1 | -5/+7 |
| | |||||
* | prevent xss in webfinger | Michiel de Jong | 2012-05-07 | 1 | -1/+1 |
| | |||||
* | ported the oc_app calls | Frank Karlitschek | 2012-05-02 | 2 | -2/+2 |
| | |||||
* | remove the require_once lib base from all (or nearly all) files | Georg Ehrke | 2012-04-17 | 1 | -1/+1 |
| | |||||
* | keep version numbers in their own files for faster reading | Robin Appelman | 2012-04-14 | 2 | -1/+1 |
| | |||||
* | webfinger protocol compatible + minor changes | Florian Hülsmann | 2012-04-02 | 2 | -15/+34 |
| | |||||
* | webfinger reimplementation started | Florian Hülsmann | 2012-03-31 | 5 | -38/+45 |
| | |||||
* | 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 |
| | |||||
* | bump up version and update license | Michiel de Jong | 2012-02-25 | 1 | -2/+2 |
| | |||||
* | correct header Content-Type: application/xrd+xml | Michiel de Jong | 2012-02-22 | 2 | -2/+2 |
| | |||||
* | avoid notice in error log from user_webfinger app | Michiel de Jong | 2012-02-22 | 2 | -2/+2 |
| | |||||
* | remove error output if symlink already exists. this can happen if a user ↵ | Frank Karlitschek | 2012-01-03 | 1 | -1/+1 |
| | | | | removed config.php to trigger the setup wizzard | ||||
* | compliance with http://www.w3.org/community/unhosted/wiki/remoteStorage | Michiel de Jong | 2011-12-07 | 1 | -1/+11 |
| | |||||
* | make webfinger work properly if owncloud is installed in a subdirectory | Robin Appelman | 2011-11-03 | 1 | -2/+9 |
| | |||||
* | fix webfinger install script | Michiel@unhosted | 2011-10-09 | 1 | -1/+2 |
| | |||||
* | use install.php properly | Michiel@unhosted | 2011-10-09 | 2 | -11/+5 |
| | |||||
* | renamed unhosted to remoteStorage (needs to be updated with coming protocol ↵ | Jan-Christoph Borchardt | 2011-10-04 | 3 | -9/+2 |
| | | | | version) | ||||
* | correction in webfinger.php activation trap | Michiel@unhosted | 2011-09-12 | 1 | -1/+1 |
| | |||||
* | correct xml syntax | Michiel@unhosted | 2011-09-12 | 1 | -2/+2 |
| | |||||
* | improve uninstalled-protection | Michiel@unhosted | 2011-09-12 | 2 | -2/+6 |
| | |||||
* | check activation and make activation impossible by default | Michiel@unhosted | 2011-09-12 | 2 | -3/+14 |
| | |||||
* | improved troubleshooting instructions | Michiel@unhosted | 2011-09-12 | 1 | -1/+1 |
| | |||||
* | correct protocol | Michiel@unhosted | 2011-09-12 | 2 | -2/+2 |
| | |||||
* | putting activation inside activate.php | Michiel@unhosted | 2011-09-12 | 1 | -0/+11 |
| | |||||
* | adding webfinger app | Michiel@unhosted | 2011-09-12 | 6 | -0/+51 |