Brice Maron
|
e5c56b2433
|
Merge branch 'master' into multi_app_dir
Conflicts:
lib/app.php
lib/base.php
lib/minimizer/css.php
lib/minimizer/js.php
lib/template.php
lib/util.php
|
2012-06-21 17:15:35 +00:00 |
Bart Visscher
|
6d3ae575b6
|
Remove $DOCUMENTROOT, not used
|
2012-06-16 00:11:36 +02:00 |
Brice Maron
|
6a812644e4
|
Correct remote and public, and last occurence of OC::
|
2012-06-06 20:24:15 +00:00 |
Bart Visscher
|
a33f580db1
|
Remove OC_App::register function
The data supplied is never used in OwnCloud. Removed the call from all the apps, and made the public API function empty.
|
2012-05-31 13:01:30 +02:00 |
Frank Karlitschek
|
9e73524168
|
mark the apps as part of the shipped package and increase the requirement to ownCloud 4
|
2012-05-18 16:06:57 +02:00 |
Michiel de Jong
|
2cc0515161
|
no use for double quotes here
|
2012-05-17 21:03:06 +02:00 |
Michiel de Jong
|
f998ed331a
|
removing dead code
|
2012-05-17 21:01:42 +02:00 |
Michiel de Jong
|
3e454d3459
|
oops! was hardcoding my test domain inadvertently
|
2012-05-17 21:00:11 +02:00 |
Thomas Mueller
|
583dce5276
|
removing executable bit - again
|
2012-05-15 00:52:00 +02:00 |
Michiel de Jong
|
f0362dbf58
|
register public.php?service=host-meta
|
2012-05-11 17:25:32 +02:00 |
Michiel de Jong
|
9469c9947f
|
fix warning 'unknown var appsDir'
|
2012-05-11 16:59:44 +02:00 |
Michiel de Jong
|
3fd2e0d2ce
|
correct host-meta mime type
|
2012-05-11 15:27:11 +02:00 |
Michiel de Jong
|
4c02a82f6c
|
move lrdd to jrd
|
2012-05-11 15:26:45 +02:00 |
Michiel de Jong
|
b133f22d7f
|
move host-meta to JRD because I can't work out how to deal with ampersands in XRD
|
2012-05-11 15:21:45 +02:00 |
Michiel de Jong
|
02cee2c562
|
trying to fix /.well-known/host-meta
|
2012-05-11 10:47:42 +02:00 |
Michiel de Jong
|
0c7f0aa3fa
|
attempt to align the webfinger app with new public.php routing
|
2012-05-11 10:26:30 +02:00 |
Florian Hülsmann
|
8534373f2f
|
better invalid webfinger URI handling
|
2012-05-07 11:15:24 +02:00 |
Michiel de Jong
|
3a184e2e1d
|
whitespace correction in webfinger.php
|
2012-05-07 09:51:37 +02:00 |
Michiel de Jong
|
c4e47953ac
|
require base lib and deal with malformed user addresses in webfinger.php
|
2012-05-07 09:46:15 +02:00 |
Michiel de Jong
|
5155f589fd
|
prevent xss in webfinger
|
2012-05-07 09:26:54 +02:00 |
Frank Karlitschek
|
2fe646dcec
|
ported the oc_app calls
|
2012-05-02 00:50:26 +02:00 |
Georg Ehrke
|
69ee0efc0b
|
remove the require_once lib base from all (or nearly all) files
|
2012-04-17 19:31:29 +02:00 |
Robin Appelman
|
926b2b78fe
|
keep version numbers in their own files for faster reading
|
2012-04-14 16:29:11 +02:00 |
Florian Hülsmann
|
33c1fa6e28
|
webfinger protocol compatible + minor changes
|
2012-04-02 17:12:52 +02:00 |
Florian Hülsmann
|
f9f91a08b4
|
webfinger reimplementation started
|
2012-03-31 02:42:41 +02:00 |
Florian Hülsmann
|
5161758921
|
create static host-meta instead of symlink and .htaccess
|
2012-03-30 21:35:09 +02:00 |
Florian Hülsmann
|
34a0128ddf
|
whitespace indentation fix
|
2012-03-28 16:12:34 +02:00 |
Florian Hülsmann
|
bcda46eda3
|
webfinger installation creates symlink in document root
|
2012-03-28 16:07:50 +02:00 |
Michiel de Jong
|
42735429da
|
bump up version and update license
|
2012-02-25 22:03:14 +00:00 |
Michiel de Jong
|
3f87c2cedb
|
correct header Content-Type: application/xrd+xml
|
2012-02-22 19:05:41 +00:00 |
Michiel de Jong
|
6c6b570ff1
|
avoid notice in error log from user_webfinger app
|
2012-02-22 18:04:21 +00:00 |
Frank Karlitschek
|
e0a058c732
|
remove error output if symlink already exists. this can happen if a user removed config.php to trigger the setup wizzard
|
2012-01-03 17:23:50 +01:00 |
Michiel de Jong
|
b9e6f5e42d
|
compliance with http://www.w3.org/community/unhosted/wiki/remoteStorage
|
2011-12-07 21:51:47 +07:00 |
Robin Appelman
|
8eda6f8feb
|
make webfinger work properly if owncloud is installed in a subdirectory
|
2011-11-03 13:09:51 +01:00 |
Michiel@unhosted
|
e2468c4343
|
fix webfinger install script
|
2011-10-09 17:24:18 +02:00 |
Michiel@unhosted
|
f4fb6356cd
|
use install.php properly
|
2011-10-09 17:12:16 +02:00 |
Jan-Christoph Borchardt
|
79da90bb08
|
renamed unhosted to remoteStorage (needs to be updated with coming protocol version)
|
2011-10-04 10:07:46 +02:00 |
Michiel@unhosted
|
6e569c5ed1
|
correction in webfinger.php activation trap
|
2011-09-12 14:59:22 +02:00 |
Michiel@unhosted
|
f928d4af56
|
correct xml syntax
|
2011-09-12 14:35:15 +02:00 |
Michiel@unhosted
|
5685965fdb
|
improve uninstalled-protection
|
2011-09-12 14:22:48 +02:00 |
Michiel@unhosted
|
f93be510a3
|
check activation and make activation impossible by default
|
2011-09-12 14:15:19 +02:00 |
Michiel@unhosted
|
d07f3d548c
|
improved troubleshooting instructions
|
2011-09-12 13:47:14 +02:00 |
Michiel@unhosted
|
cb7cc99302
|
correct protocol
|
2011-09-12 01:22:40 +02:00 |
Michiel@unhosted
|
6e6be3aa8f
|
putting activation inside activate.php
|
2011-09-12 00:32:38 +02:00 |
Michiel@unhosted
|
994c7f3dad
|
adding webfinger app
|
2011-09-12 00:12:34 +02:00 |