aboutsummaryrefslogtreecommitdiffstats
path: root/mod
Commit message (Collapse)AuthorAgeFilesLines
* add Smarty templates for international templatesZach Prezkuta2013-01-103-20/+0
|
* fix the "personal" network filter and introduction notificationsfriendica2013-01-092-12/+10
|
* wrong redirection after followfriendica2013-01-091-1/+1
|
* this should fix pcssfriendica2013-01-081-7/+5
|
* The rest of the front end for the new notifications - now only missing "mark ↵friendica2013-01-081-2/+2
| | | | all seen" for some types, ajax loader for a couple of types, and perhaps a birthday cake icon if any birthdays today, a bit of css cleanup of duplicated or obsolete stuff
* remove debuggingfriendica2013-01-081-3/+0
|
* lots of notification tweaksfriendica2013-01-082-0/+40
|
* bypass smarty for intletext templatesfriendica2013-01-073-0/+20
|
* events are still buggered and aren't anywhere close to working, but not ↵friendica2013-01-071-8/+9
| | | | buggered quite as much as before.
* more work on notification system, fix a couple of minor issues from smarty ↵friendica2013-01-077-29/+21
| | | | conversion
* fix show-stopping bugsZach Prezkuta2013-01-065-15/+33
|
* implement Smarty3Zach Prezkuta2013-01-0614-176/+389
|
* structural cleanup of mod_messagefriendica2013-01-051-32/+11
|
* remove debuggingfriendica2013-01-051-2/+2
|
* fix timeago updates, reset unseen counts on channel page, don't set nav ↵friendica2013-01-052-5/+4
| | | | selected on profile page
* fix live update on channel pagefriendica2013-01-051-2/+2
|
* found itfriendica2013-01-041-1/+2
|
* stray elsefriendica2013-01-041-1/+1
|
* fix the contorted update logic on the network pagefriendica2013-01-041-18/+18
|
* zfinger issue stray unfinished statementfriendica2013-01-041-2/+4
|
* temporary feed import/export (public only for the moment) until this is ↵friendica2013-01-032-7/+49
| | | | integrated with remote permissions
* add refresh to connection edit menu, and notify of communication issuesfriendica2013-01-031-1/+9
|
* stray paren in sqlfriendica2013-01-031-1/+1
|
* ensure the function can be foundfriendica2013-01-031-0/+1
|
* add "refresh their permissions" functionfriendica2013-01-031-0/+5
|
* import the toggle_mobile stuff to shut up some warningsfriendica2013-01-032-1/+18
|
* fix register_policy globallyfriendica2013-01-037-10/+10
|
* Merge pull request #11 from beardy-unixer/masterfriendica2013-01-031-1/+1
|\ | | | | Redbasic update
| * Fix register policyThomas Willingham2013-01-031-1/+1
| |
* | fix event query - some DB's have problems with itfriendica2013-01-031-3/+3
|/
* fix item owner on conversationsfriendica2013-01-031-2/+3
|
* missing )friendica2013-01-021-1/+1
|
* pconfig['system']['channel_format'] lets you specify what your channel page ↵friendica2013-01-021-4/+15
| | | | looks like. By default it's a social network-like profile. 'full' makes it a full page of channel content with no sidebar widgets, and 'partial' includes the archive and categories widget (like a blog and only if they are enabled) on the sidebar but leaves out the 'social network' vcard and contact block. This may undergo revision as we use it and figure out how to make other pages tweakable and configurable in the same sorts of ways.
* verify table needs auto_increment flagfriendica2013-01-021-25/+87
|
* zome issues registering new hubsfriendica2013-01-021-1/+1
|
* poco discoveryfriendica2013-01-011-0/+3
|
* accept expire params if expire feature is enabledfriendica2012-12-311-0/+13
|
* add individual message delivery reportingfriendica2012-12-311-1/+1
|
* couple of fixes to follow, prepare for default connection permissionsfriendica2012-12-312-18/+39
|
* connections edit: show existing permissions as checked (or unchecked) even ↵friendica2012-12-311-1/+4
| | | | if disabled
* requeue failed deliveriesfriendica2012-12-301-1/+2
|
* more logging, some debugging of group membership pagefriendica2012-12-301-1/+5
|
* fix poco acct: urlfriendica2012-12-301-2/+2
|
* no hub - well doh, no wonder; we were looking for array['hub'] and it's ↵friendica2012-12-291-2/+0
| | | | actually array['url'].
* probe diagnostic translated to zot, will use your current channel for ↵friendica2012-12-291-3/+7
| | | | permissions, logout to check anonymous permissions
* fix channel page permissions for public viewingfriendica2012-12-281-2/+1
|
* This was bloody hard to sort out.... but now it's sorted and we can move ↵friendica2012-12-271-9/+11
| | | | 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?"
* directory server json search modulefriendica2012-12-271-0/+116
|
* will have to search tags/keywords another wayfriendica2012-12-261-4/+4
|
* local search against the directory - need to convert this to client/server rolefriendica2012-12-261-38/+34
|