This website requires JavaScript.
2fd0653d6f
Redbasic - floating wall-item-content sometimes causes massive top margins.
Thomas Willingham
2013-01-01 16:08:32 +00:00
556f38afde
Add icons to redbasic, move delete button to the right, and sync nav.tpl
Thomas Willingham
2013-01-01 13:15:45 +00:00
4d7fe15d3b
more poco discovery
friendica
2013-01-01 02:06:41 -08:00
93d85858d5
poco discovery
friendica
2013-01-01 01:57:20 -08:00
6accc190d4
ensure all delivery result possibilities are logged and communicated to the sender
friendica
2013-01-01 00:45:44 -08:00
3e5e8b420f
accept expire params if expire feature is enabled
friendica
2012-12-31 23:00:37 -08:00
f2a4ea7254
add individual message delivery reporting
friendica
2012-12-31 21:33:11 -08:00
8d32477bff
cleanup boot
friendica
2012-12-31 17:18:11 -08:00
a8812346c4
couple of fixes to follow, prepare for default connection permissions
friendica
2012-12-31 15:47:51 -08:00
791302f317
more delivery diagnostics
friendica
2012-12-31 14:45:26 -08:00
db16ea8527
connections edit: show existing permissions as checked (or unchecked) even if disabled
friendica
2012-12-31 01:17:52 -08:00
ba0876d011
update timestamps on successful poll
friendica
2012-12-30 23:55:57 -08:00
2d113f0c87
refresh now works on poller runs
friendica
2012-12-30 23:51:39 -08:00
83db4abaab
fixes
friendica
2012-12-30 22:56:52 -08:00
15938289e2
update todo list
friendica
2012-12-30 22:51:15 -08:00
abc271a0e7
more progress on onepoll
friendica
2012-12-30 22:41:53 -08:00
4e23e700f4
requeue failed deliveries
friendica
2012-12-30 21:44:59 -08:00
14fb503800
progress on poller
friendica
2012-12-30 16:14:29 -08:00
8eee37e1fa
more logging, some debugging of group membership page
friendica
2012-12-30 15:28:13 -08:00
a8e16c48b1
fix poco acct: url
friendica
2012-12-30 03:15:58 -08:00
2f1bc925de
add item['expires'] to protocol communications
friendica
2012-12-30 00:41:08 -08:00
cb329b9fb4
no hub - well doh, no wonder; we were looking for array['hub'] and it's actually array['url'].
friendica
2012-12-29 23:45:06 -08:00
39c30d161f
add item expires field
friendica
2012-12-29 03:02:22 -08:00
098de66c2f
probe diagnostic translated to zot, will use your current channel for permissions, logout to check anonymous permissions
friendica
2012-12-29 00:33:04 -08:00
70153a2274
fix connections page layout
friendica
2012-12-28 22:54:56 -08:00
ba627500d9
simplify, simplify. We don't need a photo menu on the connnections page. Click a person, goto profile edit. We can put all other operations you might wish to perform on that page.
friendica
2012-12-28 22:43:31 -08:00
da5a1be26d
fix channel page permissions for public viewing
friendica
2012-12-28 19:56:01 -08:00
f048c1d05a
Merge https://github.com/friendica/red into zpull
friendica
2012-12-28 17:29:41 -08:00
ddd58e6e28
bypass replace_macros and use template processor directly for theme includes
friendica
2012-12-28 17:28:49 -08:00
096e370110
Merge pull request #10 from beardy-unixer/master
friendica
2012-12-27 23:47:29 -08:00
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?"
friendica
2012-12-27 23:33:37 -08:00
2fb831637c
Merge remote-tracking branch 'upstream/master'
Thomas Willingham
2012-12-28 02:07:20 +00:00
13b4ca2d4f
More fancyred progress
Thomas Willingham
2012-12-28 02:06:45 +00:00
55e77a57d0
get rid of xtag
friendica
2012-12-27 14:36:06 -08:00
02be8defb3
Move like wrapper. Keep template theme specific while, at least while it's still in flux.
Thomas Willingham
2012-12-27 09:47:44 +00:00
d7a7679de0
Another diaspora template
Thomas Willingham
2012-12-27 09:37:23 +00:00
85049c860c
Pretty sure we don't need Diaspora templates.
Thomas Willingham
2012-12-27 09:24:39 +00:00
efdcf7ad16
put keywords back in xprof - too messy to search and join from a separate table
friendica
2012-12-27 00:57:47 -08:00
196375251d
directory server json search module
friendica
2012-12-27 00:04:54 -08:00
76c2fc5afd
will have to search tags/keywords another way
friendica
2012-12-26 22:44:27 -08:00
8998d86423
local search against the directory - need to convert this to client/server role
friendica
2012-12-26 21:32:11 -08:00
a2c6f8c965
master/standalone directory profile update
friendica
2012-12-26 19:39:37 -08:00
d80f299dd4
more progress on directory import
friendica
2012-12-26 18:18:56 -08:00
7a6972efb5
provide a default directory configuration (client)
friendica
2012-12-26 17:20:57 -08:00
83a1167682
typo in mod_match
friendica
2012-12-26 16:51:54 -08:00
7a257a66c3
Merge https://github.com/friendica/red into zpull
friendica
2012-12-26 16:51:18 -08:00
a162b20437
add keywords to zot-info profile
friendica
2012-12-26 16:50:52 -08:00
84fefcd469
add important profile fields to zot-info if permitted - for directory
friendica
2012-12-26 16:43:13 -08:00
91dac0f18a
Merge pull request #9 from oohlaf/fixes
friendica
2012-12-26 12:57:52 -08:00
a5cbea038e
Tweak behavior of redirect for http codes
Olaf Conradi
2012-12-26 18:44:30 +01:00
7f13baf367
Same applies for 307
Olaf Conradi
2012-12-26 16:30:19 +01:00
cb46f7b227
POST redirects to POST on 308 only
Olaf Conradi
2012-12-26 16:08:21 +01:00
c8292b3cdd
remove the private keywords stuff to reduce directory and search complexity
friendica
2012-12-26 03:49:50 -08:00
1aeea64311
include/follow cleanup
friendica
2012-12-25 22:57:16 -08:00
414f7ccc00
Include zot for magic
Olaf Conradi
2012-12-26 04:22:43 +01:00
bb16186fab
Add permanent redirect (308) http code
Olaf Conradi
2012-12-26 04:03:12 +01:00
f2a0514917
prevent connecting to yourself or connecting to the same channel multiple times
friendica
2012-12-25 18:48:51 -08:00
e15683175e
More whitespace fixes
Olaf Conradi
2012-12-26 03:25:13 +01:00
4d684b3790
Fix whitespace
Olaf Conradi
2012-12-26 02:17:43 +01:00
a4b7fe3b64
Merge https://github.com/friendica/red into zpull
friendica
2012-12-25 16:59:26 -08:00
2c95858700
allow toplevel domain redirects for zot-info
friendica
2012-12-25 16:57:48 -08:00
56d0dbbc96
Merge pull request #8 from oohlaf/fixes
friendica
2012-12-25 14:40:53 -08:00
acbf822bbd
Stringify groups before imploding
Olaf Conradi
2012-12-25 16:01:32 +01:00
0e0593cc0b
Merge pull request #7 from beardy-unixer/master
Thomas Willingham
2012-12-24 19:30:29 -08:00
2f3a079a7d
Merge pull request #6 from oohlaf/theme
Thomas Willingham
2012-12-24 19:30:00 -08:00
25652348a3
Un-make a mess of Redbasic CSS.
Thomas Willingham
2012-12-25 03:19:27 +00:00
81168a545a
Forgot dir separator
Olaf Conradi
2012-12-25 04:00:51 +01:00
0dd5dbe4dc
Merge pull request #5 from oohlaf/theme
Thomas Willingham
2012-12-24 18:34:07 -08:00
85371a526f
Fix theme config paths
Olaf Conradi
2012-12-25 03:14:52 +01:00
ce0d389696
profile messages for directory synchronisation
friendica
2012-12-22 04:33:32 -08:00
91932ac5a8
When is a channel not a person (or a group/forum or blog or product page or whatever)? When it's something else completely.
friendica
2012-12-22 03:39:48 -08:00
f09b9f1e44
add permission controls to "storage" objects such as attachments or other stored files
friendica
2012-12-22 03:33:12 -08:00
8d71fe91f6
cleanup editpost
friendica
2012-12-21 04:08:48 -08:00
7daf2cf7db
directory structures
friendica
2012-12-21 03:34:17 -08:00
abee07f12b
more DB cleanup
friendica
2012-12-20 22:53:50 -08:00
1c09e055c6
mod_display - now barely functional but that's a lot better than being totally buggered.
friendica
2012-12-20 22:17:10 -08:00
4c1709444f
removing dfrn stuff
friendica
2012-12-20 17:54:40 -08:00
f36e9eada3
Merge pull request #4 from beardy-unixer/master
friendica
2012-12-20 13:44:08 -08:00
f7f867f082
Don't need these images anymore - we use opacity for shiny instead.
Thomas Willingham
2012-12-20 20:01:27 +00:00
e31600f24f
Merge remote-tracking branch 'upstream/master'
Thomas Willingham
2012-12-20 19:14:54 +00:00
6715c400be
Make showmore irritating.
Thomas Willingham
2012-12-20 19:14:23 +00:00
e091d30ca4
wrong constant
friendica
2012-12-20 00:33:53 -08:00
f6dc0fe26f
directory discovery
friendica
2012-12-20 00:27:01 -08:00
a813b043d9
update README - it isn't completely horked anymore. Some stuff works. Some doesn't.
friendica
2012-12-19 23:09:28 -08:00
d7c23be8c9
some changes for directory services
friendica
2012-12-19 22:45:49 -08:00
ad20e1f617
directory page still needs a lot of work, look up locally if local master or standalone, need to put some basic profile info in discovery page and direct to local directory master
friendica
2012-12-19 19:51:52 -08:00
2f48c31082
add mod_profile_photo.css
friendica
2012-12-19 16:59:45 -08:00
cad8fa6b35
get notification backend working again
friendica
2012-12-19 16:58:25 -08:00
893ba371a9
set_baseurl issue, more cleanup
friendica
2012-12-19 16:48:17 -08:00
c59cfc13a2
But...git add *all* the files.
Thomas Willingham
2012-12-19 20:23:55 +00:00
de556f43fc
Leave Mike's nav.tpl as the default, stick mine in the theme /tpl for now, at least.
Thomas Willingham
2012-12-19 20:20:45 +00:00
a2b30f9411
Merge remote-tracking branch 'upstream/master'
Thomas Willingham
2012-12-19 19:54:18 +00:00
44e70bdca3
send stuff to zothub as a fallback directory master for now
friendica
2012-12-18 19:10:56 -08:00
e9c87a69ce
cleanup more obsolete stuff
friendica
2012-12-18 16:29:57 -08:00
a12264193f
modularise the notification popups
friendica
2012-12-18 16:17:08 -08:00
2cfd1a3f08
Ooops, made a shite of that - put redbasic back. Still need to put the mods back.
Thomas Willingham
2012-12-18 17:13:14 +00:00
3bc901b173
Fancyred
Thomas Willingham
2012-12-18 17:01:32 +00:00
d9194fdb5a
Merge remote-tracking branch 'upstream/master'
Thomas Willingham
2012-12-18 16:59:08 +00:00
e9b5b0f0b4
several small fixes and adjustments
friendica
2012-12-16 20:20:29 -08:00
2cb2896916
More plodding along with redbasic, notably, adding some icons.
Thomas Willingham
2012-12-17 02:23:01 +00:00