friendica
02e099da45
file/attachment storage api with revision control - needs a bit more testing but the framework is in place
2013-01-31 16:13:44 -08:00
friendica
3767bba3c3
beginning of backend file/attachment api
2013-01-30 17:27:32 -08:00
friendica
ae91347dcd
Widget manager....
...
/*
* Use a theme or app specific widget ordering list to determine what widgets should be included
* for each module and in what order and optionally what region of the page to place them.
* For example:
* view/wgl/mod_connections.wgl:
* -----------------------------
* vcard aside
* follow aside
* findpeople rightside
* collections aside
*
* If your widgetlist does not include a widget that is destined for the page, it will not be rendered.
* You can also use this to change the order of presentation, as they will be presented in the order you specify.
*
*/
2013-01-29 16:01:38 -08:00
friendica
89c6fc939d
Someday the social graph will work, but alas not today. Add more debugging.
2013-01-28 18:07:31 -08:00
friendica
bec484237a
log directory source url
2013-01-27 15:21:05 -08:00
friendica
3e096e4a42
better handling of failures to lookup remote authors
2013-01-26 15:50:31 -08:00
friendica
318d75a86a
poco debugging cont.
2013-01-25 15:36:18 -08:00
friendica
cb5a20ba2c
uncomplicate item deletion and fixup all the other linked tables
2013-01-24 16:44:10 -08:00
friendica
f63997f618
plug potential hole in magic auth, add link to chanview to view in dedicated window
2013-01-23 16:06:01 -08:00
friendica
cf2488e999
clean up the photo storage backend, revamp mod/wall_upload
2013-01-22 17:48:42 -08:00
friendica
debf7f5f26
more work on magic auth
2013-01-21 15:39:05 -08:00
friendica
127b605f32
preserve event item[uri] if present
2013-01-20 15:36:04 -08:00
friendica
45be26dd81
more heavy lifting on API - though need to re-visit events and give them all message_ids from the origination site.
2013-01-19 22:21:00 -08:00
friendica
6554246045
add versioning info to basic identity export, create skeleton function for import
2013-01-18 16:01:14 -08:00
friendica
c74bf006cc
begin the hard slog on the api
2013-01-16 15:51:21 -08:00
friendica
ed275cd40d
slow progress on events, one step forward, one step back.
2013-01-15 16:48:59 -08:00
friendica
610dc2823a
read/write "pages" permissions and fiddly bits - per Thomas
2013-01-14 16:17:57 -08:00
friendica
5ea70892ed
fresh: add help|? command
2013-01-13 15:33:24 -08:00
friendica
303c24b261
skeleton for channel import
2013-01-12 15:20:58 -08:00
friendica
82e0c04d92
add page module
2013-01-12 02:49:17 -08:00
friendica
89423844bb
network & home notification fixes
2013-01-11 02:19:46 -08:00
friendica
ef2cb88a92
wrong redirection after follow
2013-01-09 22:18:06 -08:00
friendica
da188214c3
events are still buggered and aren't anywhere close to working, but not buggered quite as much as before.
2013-01-07 15:12:16 -08:00
friendica
8766616e35
get sliders working again
2013-01-06 15:11:31 -08:00
friendica
472a905731
fix live update on channel page
2013-01-05 15:27:38 -08:00
friendica
f781e4e1ef
rev update
2013-01-04 16:18:47 -08:00
friendica
f8bd476b88
import the toggle_mobile stuff to shut up some warnings
2013-01-03 15:52:05 -08:00
friendica
32a97d5065
zome issues registering new hubs
2013-01-02 16:28:47 -08:00
friendica
50d1cb2e3a
start building social graph
2013-01-01 23:56:27 -08:00
friendica
a8812346c4
couple of fixes to follow, prepare for default connection permissions
2012-12-31 15:47:51 -08:00
friendica
8eee37e1fa
more logging, some debugging of group membership page
2012-12-30 15:28:13 -08:00
friendica
cb329b9fb4
no hub - well doh, no wonder; we were looking for array['hub'] and it's actually array['url'].
2012-12-29 23:45:06 -08:00
friendica
ddd58e6e28
bypass replace_macros and use template processor directly for theme includes
2012-12-28 17:28:49 -08:00
friendica
dda4d689bb
This was bloody hard to sort out.... but now it's sorted and we can move forward again. Put back xtag for efficient keyword searching, use it in conjunction with xprof['keywords'] to avoid a SQL triple join and group_concat (which simply won't scale on a directory server), figured out how best to work timezone corrected birthdays into the protocol. The directory can even provide an age if one was provided to it. Both of these things need some more work, but we have the mechanisms and a plan how to do it right instead of "how the !@#$ are we going to do pull this off?"
2012-12-27 23:33:37 -08:00
friendica
84fefcd469
add important profile fields to zot-info if permitted - for directory
2012-12-26 16:43:13 -08:00
friendica
2c95858700
allow toplevel domain redirects for zot-info
2012-12-25 16:57:48 -08:00
friendica
f09b9f1e44
add permission controls to "storage" objects such as attachments or other stored files
2012-12-22 03:33:12 -08:00
friendica
4c1709444f
removing dfrn stuff
2012-12-20 17:54:40 -08:00
friendica
893ba371a9
set_baseurl issue, more cleanup
2012-12-19 16:48:17 -08:00
friendica
a12264193f
modularise the notification popups
2012-12-18 16:17:08 -08:00
friendica
fa8b4e98b7
some cleanup - Thomas we can put the radius/shadow stuff back later for the hipster kids, it's quite distracting at the moment and makes it hard to get serious work done. Hmmm. Wonder if we could make radius/shadow configurable like colours.... and maybe even screen transparency.... that could be interesting.
2012-12-16 15:49:22 -08:00
friendica
76b289504b
add live page loading and and endless scroll to home (mod_channel)
2012-12-16 00:44:38 -08:00
friendica
37974e5288
db query looping without bounds if group table wasn't manually updated to add the 'hash' column.
2012-12-14 15:08:55 -08:00
friendica
dd2483221d
admittedly local magic-auth is easy so that's mostly done. Now it gets hard.
2012-12-13 16:27:58 -08:00
friendica
d93080ac74
So what if Red could do more CMS types of things? And you could add arbitrary web content pages of your own design to your channel resources? Oh wait...
2012-12-12 15:27:39 -08:00
friendica
60d21716da
alternate wysiwyg bbcode editor
2012-12-10 15:07:45 -08:00
friendica
7f77670649
revise auto_update system so as not to conflict with pre-existing Friendica settings
2012-12-09 16:28:35 -08:00
friendica
75ea0cfa32
make permission quick links work
2012-12-08 15:14:32 -08:00
friendica
2a39a5feee
upstream fixes, revision updated, and mail autocomplete was lost after a recent change I made
2012-12-08 11:59:21 -08:00
friendica
6ed27f9503
contact photo issues
2012-12-06 15:52:37 -08:00