friendica
8d562abe78
keep the to-do list somewhat current.
2014-01-08 00:03:01 -08:00
friendica
b8564134aa
make storage limit service classes apply to accounts, not channels. Also include a css file that was missing from work yesterday.
2014-01-07 14:10:28 -08:00
friendica
a3161a8cd6
version update
2014-01-06 02:38:15 -08:00
friendica
196b3022bd
Merge branch 'master' into movejs
...
Conflicts:
version.inc
2014-01-06 02:37:06 -08:00
friendica
ae8a30273a
whitespace
2014-01-06 02:23:56 -08:00
friendica
85ed9404f9
the web browser interface for DAV has now got zot
2014-01-05 14:12:53 -08:00
friendica
0c85c97480
move js files from core
2014-01-04 03:58:21 -08:00
friendica
475b24ca9e
more dav work
2014-01-03 01:44:25 -08:00
friendica
ad08561d84
some DAV tweaks before the next round of heavy lifting
2014-01-02 01:09:57 -08:00
friendica
057d885baf
return to working on red-dav; This is a bit of a slog at the moment and the basic framework isn't even close to working. This does break the working test we did have (which was never connected to the Red backend). Now we're starting to connect Red and DAV together intimately. There will probably be some twists and turns along the way as we get the information we need into all the class objects that need them. But the important part is that the RedDirectory and RedFile classes are loading without throwing white screens and from here we can use logging to figure out what the DAV front end is trying to do and what it is passing to the backend and hopefully figure out what it expects to do with the results. Unless you're a competent developer with a strong background in OOP and are helping develop this code, you should keep it an arm's length away from any production site and don't even think of enabling it. By default it is turned off.
2014-01-01 16:07:36 -08:00
friendica
0dd7d93674
basic edit and delete for things
2013-12-30 04:25:55 -08:00
friendica
f36be066af
display_thing: it ain't much, but it's implemented.
2013-12-29 00:51:27 -08:00
friendica
1d0fddd39c
things can now have (consistent sized) photos - plus I found a couple of issues with duplicate notifications and contact photos not getting an album name (it was crossed with filename). The last one doesn't matter as neither is used, but it was wrong so it has been corrected. Oh and thing photos weren't working at all because the form element name was different than what the module was looking for. But that had never been tested as I was waiting to get the import/resize finished. Next up for that module is display and deletion of things; but the priority is pretty low.
2013-12-28 13:28:49 -08:00
friendica
121ee48963
sslify - remove the redirect fallback - as it gets called occasionally and creates mixed content exceptions. Let's see how we go without it. Also a doc update.
2013-12-27 21:19:23 -08:00
friendica
152ed96379
issue #230 - deletion failure in multiple delivery chains
2013-12-26 00:14:17 -08:00
friendica
b1ade138ff
use colorbox for single photo viewing (replacing prettyPhoto, which may have license incompatibilities). Also set maximum size of a directory popup and let it scroll after that in case somebody set their profile keywords to the content of Webster's dictionary.
2013-12-25 01:05:46 -08:00
friendica
45a4c649ed
oops
2013-12-23 12:01:38 -08:00
friendica
0366991b45
appears that I missed a few files for Comanchification. so here's mitem.
2013-12-22 02:04:55 -08:00
friendica
d32bbaf599
split private messages into two modules - "message" is just for message lists, "mail" is for reading and writing conversations. This is so we can Comanchify it cleanly.
2013-12-21 23:47:44 -08:00
friendica
a084a3fa47
comanchify mod_search - we've got three modules left to Comanchify: admin, directory and message - each of which introduces "interesting challenges"
2013-12-20 01:39:42 -08:00
friendica
125543aded
more comanche migration
2013-12-19 02:16:14 -08:00
friendica
44ead61339
authtest: do a better job of success/failure indication
2013-12-17 16:35:22 -08:00
friendica
a7a775a718
install redbasic during setup so that at least one theme is registered. Otherwise none of the display settings seem to work very well.
2013-12-16 00:25:08 -08:00
friendica
0272ab4cd9
Provide a fallback channel to probe for magic-auth when we have no prior communications with a site.
...
This will be a system channel if one exists, otherwise any channel will do. We'll try to use the first
valid channel on the site because that was probably created when the site was installed and is the
closest thing to a system channel we've got.
2013-12-15 14:36:43 -08:00
friendica
c00f0d4b28
a couple more comanche conversions
2013-12-14 13:26:40 -08:00
friendica
64b16f1e1a
add construct_page hook
2013-12-13 01:13:35 -08:00
friendica
941f81eb30
check that every invocation of htmlspecialchars has the right arg list
2013-12-12 02:01:42 -08:00
friendica
40e2900326
comanchify all the simple cases - those that only load a profile. Rework permission checks for the profile sidebar so that it is all done internally. Remove crepair which we aren't using.
2013-12-11 14:54:36 -08:00
friendica
e873f6e95e
we're almost ready to turn on comanche for mod_network. All the widgets are done.
2013-12-10 00:05:31 -08:00
friendica
00f4ee2717
migrate follow widget to comanche and remove obsolete mod/intro.php
2013-12-09 00:12:44 -08:00
friendica
d32e05fb5e
starting on the journey to comanche everywhere - beginning with widget conversions. There are approximately 20 which need to be wrapped for accessibility to comanche.
2013-12-08 16:04:28 -08:00
friendica
e33d9d358a
make suggestion photo sizes match top level post sizes
2013-12-07 00:59:36 -08:00
friendica
1aa79d9ee6
some code cleanup - gad I forgot what a mess the "other" notifications tabs (everything but system) were in. Maybe I'll just remove them so we can start over.
2013-12-06 00:02:39 -08:00
friendica
d66d8ff524
mod_authtest --- magic-auth diagnostic for those that are too freaking important to read logs or code and expect others to be able to debug complex authentication transactions with no information beyond "it didn't work". This will provide a transaction report including both sides of the exchange that you can paste into a bug report and that a developer can actually figure out where in the transaction that things went wrong and maybe even be able to then figure out why.
2013-12-05 15:40:50 -08:00
friendica
d8903f09f5
include re-organisation and more doco, post_to_red fix ampersands in categories
2013-12-04 00:19:29 -08:00
friendica
cb17f8c2d1
rev update
2013-12-03 15:05:25 -08:00
friendica
d9f67876dc
refactor magic-auth
2013-12-02 15:15:02 -08:00
friendica
bd33e0486d
deprecate a->get_curl_code() and $a->get_curl_headers()
2013-12-01 00:16:02 -08:00
friendica
3163731a3d
hooks getting called twice
2013-11-30 03:40:25 -08:00
friendica
df66c510c9
allow zot-info to return results for address= with webbies or naked nicknames
2013-11-29 00:57:47 -08:00
friendica
aab9b30d03
synchronise deletion of comments between red and wp
2013-11-28 00:16:13 -08:00
friendica
e3f5c4458b
re-enable jquery migration tool until we sort out all the issues
2013-11-27 00:48:17 -08:00
friendica
ed71567e5c
create jquery-compat to hold deprecated jquery functions, load it before all the dependent js scripts
2013-11-26 13:24:36 -08:00
friendica
c0f2bc436c
force HTML notification mails to use predefined colours.
2013-11-25 00:07:00 -08:00
friendica
a82a1d7c05
add recipient name to the rest of the notification emails
2013-11-24 14:39:29 -08:00
friendica
d27ed7f6e5
rev update
2013-11-23 01:01:23 -08:00
friendica
34f8b21511
init_groups_visitor() was still using old array of id output (not the newer array of hash which we need for permission queries)
2013-11-22 11:52:38 -08:00
friendica
8f236771c6
mark hublocs with incorrect sitekeys deleted
2013-11-21 14:42:48 -08:00
friendica
f6c41e61ac
add logo to readme
2013-11-20 00:25:04 -08:00
friendica
fa8f26c544
change the way magic-auth works - we rarely need a destination channel and if that channel has problems
...
it shouldn't mess up authentication to the hub.
2013-11-18 00:55:41 -08:00