Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove the private keywords stuff to reduce directory and search complexity | friendica | 2012-12-26 | 1 | -1/+1 |
| | |||||
* | include/follow cleanup | friendica | 2012-12-25 | 1 | -7/+5 |
| | |||||
* | prevent connecting to yourself or connecting to the same channel multiple times | friendica | 2012-12-25 | 1 | -15/+40 |
| | |||||
* | Stringify groups before imploding | Olaf Conradi | 2012-12-25 | 1 | -2/+1 |
| | |||||
* | profile messages for directory synchronisation | friendica | 2012-12-22 | 2 | -1/+114 |
| | |||||
* | add permission controls to "storage" objects such as attachments or other ↵ | friendica | 2012-12-22 | 1 | -0/+3 |
| | | | | stored files | ||||
* | wrong constant | friendica | 2012-12-20 | 1 | -1/+1 |
| | |||||
* | directory page still needs a lot of work, look up locally if local master or ↵ | friendica | 2012-12-19 | 2 | -3/+7 |
| | | | | standalone, need to put some basic profile info in discovery page and direct to local directory master | ||||
* | set_baseurl issue, more cleanup | friendica | 2012-12-19 | 1 | -1/+1 |
| | |||||
* | send stuff to zothub as a fallback directory master for now | friendica | 2012-12-18 | 1 | -8/+37 |
| | |||||
* | cleanup more obsolete stuff | friendica | 2012-12-18 | 3 | -357/+9 |
| | |||||
* | several small fixes and adjustments | friendica | 2012-12-16 | 3 | -10/+47 |
| | |||||
* | some cleanup - Thomas we can put the radius/shadow stuff back later for the ↵ | friendica | 2012-12-16 | 1 | -0/+1 |
| | | | | hipster kids, it's quite distracting at the moment and makes it hard to get serious work done. Hmmm. Wonder if we could make radius/shadow configurable like colours.... and maybe even screen transparency.... that could be interesting. | ||||
* | fixing permissions_sql - may need more tweaks | friendica | 2012-12-16 | 1 | -85/+46 |
| | |||||
* | typo - this keyboard is getting frustrating | friendica | 2012-12-16 | 1 | -1/+1 |
| | |||||
* | there are now 2 permalinks - one is the remote original post (plink) and the ↵ | friendica | 2012-12-16 | 1 | -1/+7 |
| | | | | other is a pointer to a local copy (llink). mod_display is not longer tied to a particular id or channel so if a message is publicly viewable it will appear without any ownership info. | ||||
* | typo | friendica | 2012-12-16 | 1 | -1/+1 |
| | |||||
* | db query looping without bounds if group table wasn't manually updated to ↵ | friendica | 2012-12-14 | 1 | -1/+1 |
| | | | | add the 'hash' column. | ||||
* | admittedly local magic-auth is easy so that's mostly done. Now it gets hard. | friendica | 2012-12-13 | 1 | -4/+3 |
| | |||||
* | typo | friendica | 2012-12-12 | 1 | -1/+1 |
| | |||||
* | So what if Red could do more CMS types of things? And you could add ↵ | friendica | 2012-12-12 | 1 | -0/+2 |
| | | | | arbitrary web content pages of your own design to your channel resources? Oh wait... | ||||
* | revamp permissions, blocking a contact takes priority over all other ↵ | friendica | 2012-12-10 | 1 | -51/+65 |
| | | | | permission settings, such as "allow anybody in network to do xyz". If they're blocked they can't do it. | ||||
* | Allow forum/account delegation by anybody? On any site? But of course... | friendica | 2012-12-10 | 1 | -0/+1 |
| | |||||
* | get rid of more targeted windows and direct all profile view to local site | friendica | 2012-12-09 | 1 | -19/+1 |
| | |||||
* | start whipping the item photo menu into shape | friendica | 2012-12-09 | 1 | -37/+17 |
| | |||||
* | start to whip the permissions into shape, also got rid of the mce drop ↵ | friendica | 2012-12-09 | 3 | -80/+7 |
| | | | | shadow until we can figure out how to do it without the ugly black bars. I tend to prefer "outy" shadows over "inny" shadows anyway, but maybe that's just me. | ||||
* | a bit of e_all cleanup | friendica | 2012-12-08 | 4 | -4/+9 |
| | |||||
* | permissions should now be stored correctly on posting | friendica | 2012-12-07 | 1 | -1/+1 |
| | |||||
* | do zot_finger/import_xchan on zid requests so we get the info cached locally | friendica | 2012-12-06 | 2 | -42/+11 |
| | |||||
* | move 'Connect' button to local chanview page, remove from remote profile ↵ | friendica | 2012-12-06 | 1 | -2/+15 |
| | | | | pages - still requires some theming love | ||||
* | Fixing the acl widget is going to be hard. Here's a start. | friendica | 2012-12-06 | 1 | -2/+14 |
| | |||||
* | templatise micropro | friendica | 2012-12-06 | 1 | -39/+28 |
| | |||||
* | use consistent quote encoding | friendica | 2012-12-06 | 2 | -4/+4 |
| | |||||
* | contact photo issues | friendica | 2012-12-06 | 2 | -3/+3 |
| | |||||
* | move autosubmit up a level where it will actually work | friendica | 2012-12-06 | 1 | -1/+1 |
| | |||||
* | fixed several little nit bugs that cropped up during deployment | friendica | 2012-12-06 | 5 | -5/+5 |
| | |||||
* | third param to zot_finger no longer needed | friendica | 2012-12-05 | 1 | -1/+1 |
| | |||||
* | make mail replies work | friendica | 2012-12-05 | 1 | -1/+6 |
| | |||||
* | y'all got mail | friendica | 2012-12-05 | 5 | -55/+278 |
| | |||||
* | DB: do the mail table again. Mail almost working onsite, still needs to zot ↵ | friendica | 2012-12-04 | 2 | -160/+30 |
| | | | | though | ||||
* | most of the basic "make friends" stuff except for email notifications, drop ↵ | friendica | 2012-12-03 | 1 | -12/+3 |
| | | | | community tab | ||||
* | local delivery | friendica | 2012-12-02 | 2 | -9/+21 |
| | |||||
* | notify stuff | friendica | 2012-12-02 | 1 | -5/+5 |
| | |||||
* | auto-friending for forums and stuff is almost trivial now. But we will need ↵ | friendica | 2012-12-01 | 1 | -11/+28 |
| | | | | 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 | 4 | -11/+15 |
| | |||||
* | 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 | 2 | -8/+9 |
| | |||||
* | rm pidfile stuff since we won't need poller locking | friendica | 2012-11-29 | 3 | -44/+0 |
| | |||||
* | Now if you follow somebody it will create an abook entry on the other site ↵ | friendica | 2012-11-29 | 2 | -9/+31 |
| | | | | 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 | 1 | -16/+39 |
| |