Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | start fixing all the item queries | friendica | 2012-10-07 | 5 | -50/+45 |
| | |||||
* | fix some issues that couldn't be tested yesterday - as was working offline | friendica | 2012-10-07 | 3 | -6/+6 |
| | |||||
* | schema push | friendica | 2012-10-06 | 1 | -121/+27 |
| | |||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2012-10-06 | 8 | -15/+15 |
|\ | |||||
| * | relocate register policy setting in language htconfig templates | friendica | 2012-10-07 | 8 | -15/+15 |
| | | |||||
* | | rev update | friendica | 2012-10-06 | 1 | -1/+1 |
|/ | |||||
* | item flags | friendica | 2012-10-06 | 2 | -1/+25 |
| | |||||
* | update mod_item to new schema (db changes have not yet been pushed due to ↵ | friendica | 2012-10-06 | 1 | -40/+24 |
| | | | | internet difficulties) | ||||
* | new item structure to item_store | friendica | 2012-10-06 | 1 | -39/+19 |
| | |||||
* | provide auto admin registration as before, but allow the current admin to ↵ | friendica | 2012-10-04 | 9 | -15/+46 |
| | | | | create other admins | ||||
* | baby steps | friendica | 2012-10-04 | 1 | -5/+19 |
| | |||||
* | add hash to channel structure for consistency/redundancy | friendica | 2012-10-04 | 6 | -22/+30 |
| | |||||
* | Can't see any posts currently - after the big shakeup, but we can now post ↵ | friendica | 2012-10-03 | 17 | -137/+90 |
| | | | | top level activities and store them. | ||||
* | db update | friendica | 2012-10-01 | 1 | -6/+3 |
| | |||||
* | use hash for channel id | friendica | 2012-10-01 | 4 | -16/+54 |
| | |||||
* | here's where the heavy lifting begins - everything is likely to be broken ↵ | friendica | 2012-10-01 | 47 | -7092/+16947 |
| | | | | for quite some time as we add location and db independence to items and conversations and work through the rest of the permissions and how to federate the buggers. | ||||
* | create a widget registry for pages so themes can reorder, insert/delete, and ↵ | friendica | 2012-09-27 | 5 | -11/+44 |
| | | | | relocate widgets to different regions of the page | ||||
* | allow themes to add to and/or completely over-ride the module sidebar | friendica | 2012-09-25 | 3 | -23/+38 |
| | |||||
* | fix all the little typos from that huge change | friendica | 2012-09-25 | 2 | -2/+2 |
| | |||||
* | moving a lot of structure around. 'entity' is now 'channel' | friendica | 2012-09-25 | 28 | -300/+307 |
| | |||||
* | making magic | friendica | 2012-09-22 | 2 | -28/+15 |
| | |||||
* | more work on magic auth | friendica | 2012-09-20 | 1 | -0/+77 |
| | |||||
* | mod/auth - first stab at zot's magic auth which is going to look a lot like ↵ | friendica | 2012-09-20 | 1 | -0/+517 |
| | | | | dfrn magic auth (but will zot-guids) | ||||
* | separate the public feed from everything else | friendica | 2012-09-20 | 7 | -54/+261 |
| | |||||
* | permissions responder + upstream merge | friendica | 2012-09-10 | 12 | -86/+1006 |
| | |||||
* | States/Countries now free form | friendica | 2012-09-09 | 3 | -455/+7 |
| | |||||
* | remove targeted windows | friendica | 2012-09-09 | 44 | -104/+185 |
| | |||||
* | updates | friendica | 2012-09-09 | 32 | -414/+416 |
| | |||||
* | unbreak some more stuff | friendica | 2012-09-04 | 3 | -11/+11 |
| | |||||
* | better channel/entity permission structures | friendica | 2012-09-04 | 1 | -4/+298 |
| | |||||
* | simplify | friendica | 2012-09-04 | 2 | -53/+6 |
| | |||||
* | bring back "this is you" comment photo | friendica | 2012-09-04 | 1 | -2/+11 |
| | |||||
* | this should get local posts almost working | friendica | 2012-09-04 | 2 | -19/+77 |
| | |||||
* | rev update | friendica | 2012-09-03 | 3 | -3/+6 |
| | |||||
* | add fabrixxm's recent changes to how ".well_known" urls work | friendica | 2012-09-02 | 2 | -16/+24 |
| | |||||
* | set the account_id on channel creation | friendica | 2012-09-02 | 1 | -62/+11 |
| | |||||
* | fix the nav | friendica | 2012-09-02 | 2 | -95/+11 |
| | |||||
* | channel/identity selection manage page | friendica | 2012-09-02 | 4 | -15/+39 |
| | |||||
* | Trying to simplify channels | friendica | 2012-09-02 | 2 | -3/+6 |
| | |||||
* | rev update | friendica | 2012-09-02 | 8 | -44/+118 |
| | |||||
* | begin channel management (was "manage") page, use term "channel" instead of ↵ | friendica | 2012-08-30 | 6 | -25/+43 |
| | | | | the vague and hard to explain "identity" | ||||
* | more DB cleanup | friendica | 2012-08-30 | 29 | -278/+184 |
| | |||||
* | remove update_notes | friendica | 2012-08-30 | 1 | -60/+0 |
| | |||||
* | start on contacts/profiles | friendica | 2012-08-30 | 28 | -104/+102 |
| | |||||
* | trim a bit of fat | friendica | 2012-08-29 | 23 | -1806/+87 |
| | |||||
* | make home redirection and register link work again | friendica | 2012-08-28 | 2 | -7/+4 |
| | |||||
* | have to do something about that return_url - but let's just plunge forward ↵ | friendica | 2012-08-28 | 3 | -14/+16 |
| | | | | without it. | ||||
* | now it gets hard | friendica | 2012-08-28 | 3 | -54/+139 |
| | |||||
* | recover frankentheme | friendica | 2012-08-27 | 2 | -75/+6 |
| | |||||
* | solve endless redirect | friendica | 2012-08-27 | 1 | -3/+5 |
| |