aboutsummaryrefslogtreecommitdiffstats
path: root/mod
Commit message (Collapse)AuthorAgeFilesLines
* make home redirection and register link work againfriendica2012-08-281-6/+3
|
* have to do something about that return_url - but let's just plunge forward ↵friendica2012-08-281-1/+1
| | | | without it.
* now it gets hardfriendica2012-08-281-12/+7
|
* Now logging in with Red zaccount/zentity instead of Friendica user. Yay. ↵friendica2012-08-273-53/+27
| | | | Most existing Friendica functionality is now stuffed since the Red structures are quite different.
* stufffriendica2012-08-273-9/+9
|
* a few minor changesfriendica2012-08-2610-261/+79
|
* begin debug zentityfriendica2012-08-242-95/+1
|
* basic identity creationfriendica2012-08-241-45/+9
|
* back to identity creation formfriendica2012-08-233-82/+153
|
* per module code file for themesfriendica2012-08-221-1/+0
|
* cleanup the rest of the new register logicfriendica2012-08-221-88/+17
|
* basic hub registrationfriendica2012-08-212-15/+18
|
* zfinger - return all additional hubsfriendica2012-08-211-2/+15
|
* zfingerfriendica2012-08-211-0/+42
|
* upstream fixesfriendica2012-08-201-2/+2
|
* don't count ignored events in notificationsfriendica2012-08-161-3/+13
|
* new contact edit mockup - verdict: too complicated, must simplifyfriendica2012-08-162-0/+531
|
* invitation cleanupfriendica2012-08-161-18/+19
|
* zregister, cont.friendica2012-08-161-4/+15
|
* add invitiation logic to registrations - this is starting to look goodfriendica2012-08-161-0/+6
|
* That's betterfriendica2012-08-161-2/+1
|
* more zregister cleanup and theme separationfriendica2012-08-161-48/+3
|
* registration dangling code fragment that should've been removedfriendica2012-08-151-21/+1
|
* item table rename parent-uri, target-type, object-type (more to come later)friendica2012-08-158-37/+37
|
* cleanup of mod_zregister, basic functionality working - new accounts getting ↵friendica2012-08-151-43/+49
| | | | stored.
* merge from upstreamfriendica2012-08-151-0/+1
|
* fix events ping notification backendfriendica2012-08-111-2/+2
|
* zot basic comm structure (real basic)friendica2012-08-091-0/+11
|
* merge comment threading, provide plugin/theme functions to handle css/js ↵friendica2012-08-093-3/+15
| | | | includes
* Merge https://github.com/friendica/red into zpullfriendica2012-08-083-11/+11
|\
| * More wrong linksThomas Willingham2012-08-071-2/+2
| |
| * Bloody hell, this touches a lot of code.Thomas Willingham2012-08-061-2/+2
| |
| * Theme admin menu.Thomas Willingham2012-08-061-2/+2
| |
| * get_theme_config_fileThomas Willingham2012-08-061-5/+5
| |
* | moving forward againfriendica2012-08-083-43/+13
|/
* updatesfriendica2012-08-054-6/+10
|
* major theme re-org, only duepuntozero and slackr working atmfriendica2012-08-012-17/+42
|
* functions to generate and check webbies interactivelyfriendica2012-07-301-9/+62
|
* Added urlify to try and create webbie auto-suggestions out of whatever ↵friendica2012-07-301-1/+1
| | | | unicode stuff gets thrown in as a name. Currently this will only work for latin/european/cyrillic/russian, but possible to extend to ideographic forms.
* birthdays and events are now notificationsfriendica2012-07-293-8/+1
|
* also notify count of events todayfriendica2012-07-281-4/+13
|
* move today's events into a ping notificationfriendica2012-07-281-0/+11
|
* picking up the page load times a bitfriendica2012-07-252-3/+36
|
* tie the main slider to ajax updates and buildCmdfriendica2012-07-251-15/+17
|
* recover existing conversation loading functionality for ↵friendica2012-07-252-3/+3
| | | | home,search,community,display,etc. whilst working on the ajax stuff in network
* ajax page loadsfriendica2012-07-242-14/+12
|
* zentity is currently just a screen mockup until the page spec is completefriendica2012-07-241-0/+296
|
* implement page update modesfriendica2012-07-232-4/+10
|
* convert all network search params to get requests (no url path args)friendica2012-07-231-29/+21
|
* pass all network page vars to the client to build ajax queries, change ↵friendica2012-07-231-2/+18
| | | | timeago variable names so as not to conflict with item timers.