| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Merge pull request #3 from beardy-unixer/master | friendica | 2012-12-08 | 13 | -66/+322 |
|\ |
|
| * | Since other people are working on this too, add demonstrative placeholder CSS... | Thomas Willingham | 2012-12-08 | 7 | -0/+6 |
| * | Templates for theme settings. There is a 99% chance these do not work yet, e... | Thomas Willingham | 2012-12-08 | 3 | -0/+186 |
| * | Merge remote-tracking branch 'upstream/master' | Thomas Willingham | 2012-12-07 | 20 | -140/+130 |
| |\
| |/
|/| |
|
* | | permissions should now be stored correctly on posting | friendica | 2012-12-07 | 1 | -1/+1 |
* | | progress on the acl selector - it should mostly work, but the returned data i... | friendica | 2012-12-07 | 2 | -6/+8 |
* | | Some update commands | friendica | 2012-12-06 | 1 | -0/+2 |
* | | DB: alter table group add hash char(255) not null default '' after id, add in... | friendica | 2012-12-06 | 1 | -2/+6 |
* | | do zot_finger/import_xchan on zid requests so we get the info cached locally | friendica | 2012-12-06 | 2 | -42/+11 |
* | | lookup channels in local xchan table even if provided an unknown url - this w... | friendica | 2012-12-06 | 1 | -1/+5 |
* | | move 'Connect' button to local chanview page, remove from remote profile page... | friendica | 2012-12-06 | 4 | -18/+26 |
* | | Fixing the acl widget is going to be hard. Here's a start. | friendica | 2012-12-06 | 2 | -23/+33 |
* | | templatise micropro | friendica | 2012-12-06 | 3 | -39/+30 |
* | | use consistent quote encoding | friendica | 2012-12-06 | 2 | -4/+4 |
* | | contact photo issues | friendica | 2012-12-06 | 3 | -4/+4 |
* | | move autosubmit up a level where it will actually work | friendica | 2012-12-06 | 2 | -2/+2 |
| * | Make buttons better. | Thomas Willingham | 2012-12-07 | 2 | -6/+40 |
| * | Rounder corners, shadowier shadows, wall-item-tools, TinyMCE | Thomas Willingham | 2012-12-07 | 1 | -16/+23 |
| * | Make Red...red. | Thomas Willingham | 2012-12-06 | 2 | -46/+69 |
|/ |
|
* | "webbie" isn't going to cut it. We'll go with "channel address" for now. | friendica | 2012-12-06 | 3 | -4/+10 |
* | fixed several little nit bugs that cropped up during deployment | friendica | 2012-12-06 | 9 | -51/+44 |
* | use all default templates in default theme | friendica | 2012-12-05 | 3 | -110/+0 |
* | bring back profile edit popup menu, needs some more theming | friendica | 2012-12-05 | 3 | -64/+39 |
* | third param to zot_finger no longer needed | friendica | 2012-12-05 | 1 | -1/+1 |
* | check permissions for mail to non-connected people, reject if no permission -... | friendica | 2012-12-05 | 2 | -8/+70 |
* | make mail replies work | friendica | 2012-12-05 | 2 | -2/+7 |
* | y'all got mail | friendica | 2012-12-05 | 6 | -56/+279 |
* | DB: do the mail table again. Mail almost working onsite, still needs to zot t... | friendica | 2012-12-04 | 12 | -285/+174 |
* | DB UPDATE! Drop your mail table and reload it from install/database.sql | friendica | 2012-12-03 | 1 | -21/+9 |
* | most of the basic "make friends" stuff except for email notifications, drop c... | friendica | 2012-12-03 | 5 | -31/+113 |
* | profile viewer in iframe module, todo - magic auth | friendica | 2012-12-03 | 5 | -74/+66 |
* | local delivery | friendica | 2012-12-02 | 2 | -9/+21 |
* | notify stuff | friendica | 2012-12-02 | 1 | -5/+5 |
* | connection notifications | friendica | 2012-12-02 | 2 | -3/+33 |
* | auto-friending for forums and stuff is almost trivial now. But we will need a... | friendica | 2012-12-01 | 2 | -12/+29 |
* | add pending check on group queries | friendica | 2012-11-29 | 6 | -20/+29 |
* | remove previous iterations of threading code because it's not being used and ... | friendica | 2012-11-29 | 1 | -779/+0 |
* | further progress on new network/home notifications | friendica | 2012-11-29 | 3 | -14/+15 |
* | rm pidfile stuff since we won't need poller locking | friendica | 2012-11-29 | 4 | -53/+8 |
* | make poco work again | friendica | 2012-11-29 | 1 | -23/+42 |
* | Now if you follow somebody it will create an abook entry on the other site wi... | friendica | 2012-11-29 | 6 | -18/+51 |
* | backport features categories and add some new ones like the affinity slider | friendica | 2012-11-28 | 5 | -50/+86 |
* | trace through the threaded conversation spaghetti to bring back a sane lookin... | friendica | 2012-11-28 | 6 | -18/+38 |
* | Allow anybody to completely over-ride any module on their own site without an... | friendica | 2012-11-28 | 1 | -12/+15 |
* | got comments going back and forth - we really need local_deliver now since ev... | friendica | 2012-11-27 | 4 | -19/+36 |
* | tracking through comments | friendica | 2012-11-27 | 2 | -4/+12 |
* | basic (very basic) communication showing up on network page | friendica | 2012-11-26 | 3 | -7/+10 |
* | You've got mail! (actually a post, mail is for another day) | friendica | 2012-11-26 | 3 | -12/+98 |
* | fix item_private flag | friendica | 2012-11-26 | 1 | -1/+4 |
* | more heavy lifting on delivery - now we can find all the recipients on the sy... | friendica | 2012-11-26 | 3 | -13/+72 |