summaryrefslogtreecommitdiffstats
path: root/apps/user_webfinger
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into multi_app_dirBrice Maron2012-06-211-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 usedBart Visscher2012-06-161-7/+0
| |
* | Correct remote and public, and last occurence of OC::Brice Maron2012-06-061-1/+1
|/
* Remove OC_App::register functionBart Visscher2012-05-311-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 Karlitschek2012-05-181-1/+2
| | | | ownCloud 4
* no use for double quotes hereMichiel de Jong2012-05-171-1/+1
|
* removing dead codeMichiel de Jong2012-05-171-15/+0
|
* oops! was hardcoding my test domain inadvertentlyMichiel de Jong2012-05-171-1/+1
|
* removing executable bit - againThomas Mueller2012-05-152-0/+0
|
* register public.php?service=host-metaMichiel de Jong2012-05-111-0/+1
|
* fix warning 'unknown var appsDir'Michiel de Jong2012-05-111-1/+1
|
* correct host-meta mime typeMichiel de Jong2012-05-111-1/+1
|
* move lrdd to jrdMichiel de Jong2012-05-111-10/+3
|
* move host-meta to JRD because I can't work out how to deal with ampersands ↵Michiel de Jong2012-05-111-12/+6
| | | | in XRD
* trying to fix /.well-known/host-metaMichiel de Jong2012-05-111-21/+2
|
* attempt to align the webfinger app with new public.php routingMichiel de Jong2012-05-113-3/+2
|
* better invalid webfinger URI handlingFlorian Hülsmann2012-05-071-0/+4
|
* whitespace correction in webfinger.phpMichiel de Jong2012-05-071-3/+3
|
* require base lib and deal with malformed user addresses in webfinger.phpMichiel de Jong2012-05-071-5/+7
|
* prevent xss in webfingerMichiel de Jong2012-05-071-1/+1
|
* ported the oc_app callsFrank Karlitschek2012-05-022-2/+2
|
* remove the require_once lib base from all (or nearly all) filesGeorg Ehrke2012-04-171-1/+1
|
* keep version numbers in their own files for faster readingRobin Appelman2012-04-142-1/+1
|
* webfinger protocol compatible + minor changesFlorian Hülsmann2012-04-022-15/+34
|
* webfinger reimplementation startedFlorian Hülsmann2012-03-315-38/+45
|
* create static host-meta instead of symlink and .htaccessFlorian Hülsmann2012-03-301-29/+28
|
* whitespace indentation fixFlorian Hülsmann2012-03-281-26/+26
|
* webfinger installation creates symlink in document rootFlorian Hülsmann2012-03-281-1/+31
|
* bump up version and update licenseMichiel de Jong2012-02-251-2/+2
|
* correct header Content-Type: application/xrd+xmlMichiel de Jong2012-02-222-2/+2
|
* avoid notice in error log from user_webfinger appMichiel de Jong2012-02-222-2/+2
|
* remove error output if symlink already exists. this can happen if a user ↵Frank Karlitschek2012-01-031-1/+1
| | | | removed config.php to trigger the setup wizzard
* compliance with http://www.w3.org/community/unhosted/wiki/remoteStorageMichiel de Jong2011-12-071-1/+11
|
* make webfinger work properly if owncloud is installed in a subdirectoryRobin Appelman2011-11-031-2/+9
|
* fix webfinger install scriptMichiel@unhosted2011-10-091-1/+2
|
* use install.php properlyMichiel@unhosted2011-10-092-11/+5
|
* renamed unhosted to remoteStorage (needs to be updated with coming protocol ↵Jan-Christoph Borchardt2011-10-043-9/+2
| | | | version)
* correction in webfinger.php activation trapMichiel@unhosted2011-09-121-1/+1
|
* correct xml syntaxMichiel@unhosted2011-09-121-2/+2
|
* improve uninstalled-protectionMichiel@unhosted2011-09-122-2/+6
|
* check activation and make activation impossible by defaultMichiel@unhosted2011-09-122-3/+14
|
* improved troubleshooting instructionsMichiel@unhosted2011-09-121-1/+1
|
* correct protocolMichiel@unhosted2011-09-122-2/+2
|
* putting activation inside activate.phpMichiel@unhosted2011-09-121-0/+11
|
* adding webfinger appMichiel@unhosted2011-09-126-0/+51