Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | a bit of e_all cleanup | friendica | 2012-12-08 | 6 | -18/+19 |
| | |||||
* | fix nav-menu border colour | friendica | 2012-12-08 | 1 | -1/+1 |
| | |||||
* | upstream fixes, revision updated, and mail autocomplete was lost after a ↵ | friendica | 2012-12-08 | 5 | -3/+12 |
| | | | | recent change I made | ||||
* | Merge pull request #3 from beardy-unixer/master | friendica | 2012-12-08 | 13 | -66/+322 |
|\ | | | | | Red Friendica Red | ||||
| * | Since other people are working on this too, add demonstrative placeholder ↵ | Thomas Willingham | 2012-12-08 | 7 | -0/+6 |
| | | | | | | | | CSS for mods that should probably have their own. | ||||
| * | Templates for theme settings. There is a 99% chance these do not work yet, ↵ | Thomas Willingham | 2012-12-08 | 3 | -0/+186 |
| | | | | | | | | even if you implement them. | ||||
| * | 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 ↵ | friendica | 2012-12-07 | 2 | -6/+8 |
| | | | | | | | | isn't yet parsed correctly in mod_item | ||||
* | | Some update commands | friendica | 2012-12-06 | 1 | -0/+2 |
| | | |||||
* | | DB: alter table group add hash char(255) not null default '' after id, add ↵ | friendica | 2012-12-06 | 1 | -2/+6 |
| | | | | | | | | | | | | index (hash); alter table photo add size int(10) unsigned not null default '0' after width, add index (size); | ||||
* | | 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 ↵ | friendica | 2012-12-06 | 1 | -1/+5 |
| | | | | | | | | will show their pseudo vcard and connect button if they've ever been seen on this site before. | ||||
* | | move 'Connect' button to local chanview page, remove from remote profile ↵ | friendica | 2012-12-06 | 4 | -18/+26 |
| | | | | | | | | pages - still requires some theming love | ||||
* | | 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 |
|/ | | | | Still lots to do. | ||||
* | "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 |
| | | | | - but you can try and send mail to any webbie. We probably should check for this before you send the message but perhaps we can find another way to let you know if it's allowed or not without an expensive probe. Like mod_follow, a webbie without an @ is treated as a local address. | ||||
* | 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 ↵ | friendica | 2012-12-04 | 12 | -285/+174 |
| | | | | though | ||||
* | 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 ↵ | friendica | 2012-12-03 | 5 | -31/+113 |
| | | | | community tab | ||||
* | 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 ↵ | friendica | 2012-12-01 | 2 | -12/+29 |
| | | | | a page to set the permissions on the "self" abook record. These will be the default permissions for anybody we wish to connect with. | ||||
* | 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 |
| | | | | just confusing things | ||||
* | 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 ↵ | friendica | 2012-11-29 | 6 | -18/+51 |
| | | | | with blocked,ignored, and pending set. No "friend notifications" yet. | ||||
* | 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 ↵ | friendica | 2012-11-28 | 6 | -18/+38 |
| | | | | looking network page | ||||
* | Allow anybody to completely over-ride any module on their own site without ↵ | friendica | 2012-11-28 | 1 | -12/+15 |
| | | | | any core code edits. Just copy an existing module file to 'custom/{module}.php' and edit to your liking. | ||||
* | got comments going back and forth - we really need local_deliver now since ↵ | friendica | 2012-11-27 | 4 | -19/+36 |
| | | | | even local deliveries are going through zot and that isn't necessary or desirable in the long term | ||||
* | 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 |
| |