Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | make home redirection and register link work again | friendica | 2012-08-28 | 1 | -6/+3 | |
| | ||||||
* | have to do something about that return_url - but let's just plunge forward ↵ | friendica | 2012-08-28 | 1 | -1/+1 | |
| | | | | without it. | |||||
* | now it gets hard | friendica | 2012-08-28 | 1 | -12/+7 | |
| | ||||||
* | Now logging in with Red zaccount/zentity instead of Friendica user. Yay. ↵ | friendica | 2012-08-27 | 3 | -53/+27 | |
| | | | | Most existing Friendica functionality is now stuffed since the Red structures are quite different. | |||||
* | stuff | friendica | 2012-08-27 | 3 | -9/+9 | |
| | ||||||
* | a few minor changes | friendica | 2012-08-26 | 10 | -261/+79 | |
| | ||||||
* | begin debug zentity | friendica | 2012-08-24 | 2 | -95/+1 | |
| | ||||||
* | basic identity creation | friendica | 2012-08-24 | 1 | -45/+9 | |
| | ||||||
* | back to identity creation form | friendica | 2012-08-23 | 3 | -82/+153 | |
| | ||||||
* | per module code file for themes | friendica | 2012-08-22 | 1 | -1/+0 | |
| | ||||||
* | cleanup the rest of the new register logic | friendica | 2012-08-22 | 1 | -88/+17 | |
| | ||||||
* | basic hub registration | friendica | 2012-08-21 | 2 | -15/+18 | |
| | ||||||
* | zfinger - return all additional hubs | friendica | 2012-08-21 | 1 | -2/+15 | |
| | ||||||
* | zfinger | friendica | 2012-08-21 | 1 | -0/+42 | |
| | ||||||
* | upstream fixes | friendica | 2012-08-20 | 1 | -2/+2 | |
| | ||||||
* | don't count ignored events in notifications | friendica | 2012-08-16 | 1 | -3/+13 | |
| | ||||||
* | new contact edit mockup - verdict: too complicated, must simplify | friendica | 2012-08-16 | 2 | -0/+531 | |
| | ||||||
* | invitation cleanup | friendica | 2012-08-16 | 1 | -18/+19 | |
| | ||||||
* | zregister, cont. | friendica | 2012-08-16 | 1 | -4/+15 | |
| | ||||||
* | add invitiation logic to registrations - this is starting to look good | friendica | 2012-08-16 | 1 | -0/+6 | |
| | ||||||
* | That's better | friendica | 2012-08-16 | 1 | -2/+1 | |
| | ||||||
* | more zregister cleanup and theme separation | friendica | 2012-08-16 | 1 | -48/+3 | |
| | ||||||
* | registration dangling code fragment that should've been removed | friendica | 2012-08-15 | 1 | -21/+1 | |
| | ||||||
* | item table rename parent-uri, target-type, object-type (more to come later) | friendica | 2012-08-15 | 8 | -37/+37 | |
| | ||||||
* | cleanup of mod_zregister, basic functionality working - new accounts getting ↵ | friendica | 2012-08-15 | 1 | -43/+49 | |
| | | | | stored. | |||||
* | merge from upstream | friendica | 2012-08-15 | 1 | -0/+1 | |
| | ||||||
* | fix events ping notification backend | friendica | 2012-08-11 | 1 | -2/+2 | |
| | ||||||
* | zot basic comm structure (real basic) | friendica | 2012-08-09 | 1 | -0/+11 | |
| | ||||||
* | merge comment threading, provide plugin/theme functions to handle css/js ↵ | friendica | 2012-08-09 | 3 | -3/+15 | |
| | | | | includes | |||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2012-08-08 | 3 | -11/+11 | |
|\ | ||||||
| * | More wrong links | Thomas Willingham | 2012-08-07 | 1 | -2/+2 | |
| | | ||||||
| * | Bloody hell, this touches a lot of code. | Thomas Willingham | 2012-08-06 | 1 | -2/+2 | |
| | | ||||||
| * | Theme admin menu. | Thomas Willingham | 2012-08-06 | 1 | -2/+2 | |
| | | ||||||
| * | get_theme_config_file | Thomas Willingham | 2012-08-06 | 1 | -5/+5 | |
| | | ||||||
* | | moving forward again | friendica | 2012-08-08 | 3 | -43/+13 | |
|/ | ||||||
* | updates | friendica | 2012-08-05 | 4 | -6/+10 | |
| | ||||||
* | major theme re-org, only duepuntozero and slackr working atm | friendica | 2012-08-01 | 2 | -17/+42 | |
| | ||||||
* | functions to generate and check webbies interactively | friendica | 2012-07-30 | 1 | -9/+62 | |
| | ||||||
* | Added urlify to try and create webbie auto-suggestions out of whatever ↵ | friendica | 2012-07-30 | 1 | -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 notifications | friendica | 2012-07-29 | 3 | -8/+1 | |
| | ||||||
* | also notify count of events today | friendica | 2012-07-28 | 1 | -4/+13 | |
| | ||||||
* | move today's events into a ping notification | friendica | 2012-07-28 | 1 | -0/+11 | |
| | ||||||
* | picking up the page load times a bit | friendica | 2012-07-25 | 2 | -3/+36 | |
| | ||||||
* | tie the main slider to ajax updates and buildCmd | friendica | 2012-07-25 | 1 | -15/+17 | |
| | ||||||
* | recover existing conversation loading functionality for ↵ | friendica | 2012-07-25 | 2 | -3/+3 | |
| | | | | home,search,community,display,etc. whilst working on the ajax stuff in network | |||||
* | ajax page loads | friendica | 2012-07-24 | 2 | -14/+12 | |
| | ||||||
* | zentity is currently just a screen mockup until the page spec is complete | friendica | 2012-07-24 | 1 | -0/+296 | |
| | ||||||
* | implement page update modes | friendica | 2012-07-23 | 2 | -4/+10 | |
| | ||||||
* | convert all network search params to get requests (no url path args) | friendica | 2012-07-23 | 1 | -29/+21 | |
| | ||||||
* | pass all network page vars to the client to build ajax queries, change ↵ | friendica | 2012-07-23 | 1 | -2/+18 | |
| | | | | timeago variable names so as not to conflict with item timers. |