aboutsummaryrefslogtreecommitdiffstats
path: root/mod/acl.php
Commit message (Collapse)AuthorAgeFilesLines
* Set a default directory server from a hard-wired list if one was not ↵friendica2014-04-251-7/+1
| | | | previously chosen.
* tag anyonefriendica2014-04-151-1/+20
|
* only show forum tags on contact autocomplete, not in the ACL selectorfriendica2014-04-131-1/+1
|
* this is looking better, call the forum version of a tag "foobar network", ↵friendica2014-04-121-3/+5
| | | | besides altering the icon
* use icons for identificationfriendica2014-04-111-2/+2
|
* not quite right but I need to check it in so I can switch branchesfriendica2014-04-111-2/+2
|
* the auto-complete partfriendica2014-04-111-1/+14
|
* add "self" to access control lists with special marking to indicate it's ↵friendica2014-01-061-4/+4
| | | | special (for instance you can't really deny access to yourself). But this lets us make something private to our eyes only; whatever it may be.
* don't include deleted folks in acl popupfriendica2013-12-251-10/+21
|
* remove a couple of mysql reserved words from being used as table or row ↵friendica2013-12-221-7/+7
| | | | names. For this round we're getting 'group' and 'desc'. Warning: potentially destabilising as this touches a lot of code.
* oups... should not do that...marijus2013-11-091-1/+1
|
* fix directory leaking to ppl which aint got zot in searchbar-autocomplete if ↵marijus2013-11-091-1/+5
| | | | block_public is enabled
* bring back mail list and cleanup some issues which popped out with full PHP ↵friendica2013-08-271-2/+2
| | | | warnings
* more loose endsfriendica2013-08-271-3/+2
|
* populate initial suggestions (ultimately we want to do this at install time ↵friendica2013-08-051-1/+1
| | | | as well as from the poller so that new sites have friend suggestions when they create their first channel).
* mail completion issuefriendica2013-07-211-1/+1
|
* fix some issues that showed up in the logs.friendica2013-07-151-8/+9
|
* flag taggable connections in acl selectorfriendica2013-06-161-9/+11
|
* Another missing includeThomas Willingham2013-06-091-0/+1
|
* make @tags half-ass workfriendica2013-01-231-2/+2
|
* directory services cleanupfriendica2013-01-191-14/+3
|
* distributed directory search from the navbarfriendica2013-01-191-11/+89
|
* progress on the acl selector - it should mostly work, but the returned data ↵friendica2012-12-071-2/+4
| | | | isn't yet parsed correctly in mod_item
* Fixing the acl widget is going to be hard. Here's a start.friendica2012-12-061-21/+19
|
* check permissions for mail to non-connected people, reject if no permission ↵friendica2012-12-051-4/+11
| | | | - 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.
* DB: do the mail table again. Mail almost working onsite, still needs to zot ↵friendica2012-12-041-10/+6
| | | | though
* more progress on notifier cleanup and encoding items for transit.friendica2012-11-151-1/+1
|
* usability improvementsfriendica2012-11-131-17/+17
|
* more structural stufffriendica2012-10-291-1/+1
|
* more ui cleanupfriendica2012-10-241-2/+1
|
* Give the UI a little love after all the backend modsfriendica2012-10-241-4/+17
|
* contacts search autocompletefriendica2012-06-051-2/+24
|
* rev updatefriendica2012-05-301-1/+1
|
* add photos to PM autocomplete, improved appearancefriendica2012-05-101-2/+5
|
* email recip autocompletefriendica2012-05-061-0/+25
|
* implement contact archivalfriendica2012-04-271-4/+4
|
* more work on mail2 (introductions), added 'm' (mail) flag to ACL backend for ↵friendica2012-04-231-4/+35
| | | | autocomplete of PM recips
* Merge branch 'master' of https://github.com/friendica/friendicaAlexander Kampmann2012-04-051-5/+5
|\ | | | | | | | | | | Conflicts: include/config.php update.php
| * @-completion bugfriendica2012-03-261-5/+5
|/
* necessare fields not loaded from DBTobias Hößl2012-02-261-1/+3
|
* add remove_user hook (it looks like dreamhost changed all my file ↵friendica2012-01-181-0/+0
| | | | permissions, this will make a nasty commit)
* slightly better group iconfriendica2012-01-101-1/+1
|
* audio/video bb tags showing up on Diasporafriendica2011-12-201-1/+1
|
* @ tag completion enhancements, show url on hover and respect custom attagsFriendika2011-10-261-2/+2
|
* filter by contact typeFabio Comuni2011-10-251-50/+65
|
* autocomplete contacts nickname while writting in a comment box.Fabio Comuni2011-10-251-2/+4
|
* show profile url in ACL hovertips, add fork identifier to json siteinfoFriendika2011-09-271-3/+5
|
* fix group image nameFabio Comuni2011-07-191-1/+1
|
* New jot acl selectorFabio Comuni2011-07-191-0/+94