aboutsummaryrefslogtreecommitdiffstats
path: root/mod/connedit.php
Commit message (Collapse)AuthorAgeFilesLines
* module updatesredmatrix2016-04-181-756/+0
|
* static Appredmatrix2016-03-311-25/+25
|
* deprecate $a->get_baseurl()redmatrix2016-03-301-19/+19
|
* abconfigredmatrix2016-02-291-0/+7
|
* Add string translation to auto approval optionphellmes2016-02-151-32/+34
| | | | | | Make the description for the auto-approval option translatable. Put the switch array of that option (with another missing t-funtion) into a $yes_no variable to be consistent with other settings pages.
* add an approve button to /connections and get rid of the modal popup in ↵Mario Vavti2016-01-151-4/+0
| | | | /connedit. for quick approval (default collection and perms etc.) we now can use the approve button in /connections else click the edit button and make changes and approval from /connedit. hope thats any better...
* this might be controversal - if approving a connection from the popup go ↵Mario Vavti2016-01-151-0/+3
| | | | back to connections page. if the popup is dismissed and the connection is approved from the page stay on /connedit page to be able to adjust perms etc...
* make 'refresh permissions' do something useful for non-zot connectionsredmatrix2016-01-041-3/+9
|
* suppress duplicate locations in connedit, issue #111redmatrix2015-11-081-0/+4
|
* no comment permission bug, also implement delete() in RedDirectory per Waitmanredmatrix2015-11-081-8/+13
|
* revert filtering by metworkMario Vavti2015-11-021-1/+1
|
* hubloc filtering to eliminate dead and deleted entriesredmatrix2015-11-011-1/+2
|
* since other networks do not support cloning we only need hublocs for zot ↵Mario Vavti2015-11-011-1/+1
| | | | contacts - fix #111
* add entry for 'none'redmatrix2015-10-291-10/+12
|
* This may take a few iterations to discover the best way to present the ↵redmatrix2015-10-291-1/+17
| | | | information, but we need a way for members to know what alternate locations are available for a channel during times of server issues - and as recently discovered if there aren't any hublocs at all; without digging around the database and probing channels and other messy stuff.
* add text hint how to set language in connection filterredmatrix2015-10-281-2/+2
|
* syntax errorredmatrix2015-10-191-1/+1
|
* separate permission_update notification into permission_create and ↵redmatrix2015-10-181-3/+2
| | | | permission_update, since some networks send out a notification for duplicate share requests even if connected.
* sync abook flags in memory after altering themredmatrix2015-08-231-0/+11
|
* Merge branch 'master' of https://github.com/redmatrix/hubzillaredmatrix2015-07-261-2/+2
|\
| * fix abook_pending reset to 1 loop if $new_friend is false and remove unused varMario Vavti2015-07-251-2/+2
| |
* | Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-07-261-15/+4
|\ \ | |/ |/| | | | | | | | | Conflicts: mod/connedit.php view/pt-br/messages.po view/pt-br/strings.php
| * comment out some popover infos - we provide enough visual feedback nowMario Vavti2015-07-261-15/+15
| |
| * Provide connection status if status is "a-normal"Mario Vavti2015-07-261-0/+4
| |
* | Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-07-151-4/+5
|\|
| * provide info text for automatic permissionsMario Vavti2015-07-151-1/+1
| |
| * whitespaceMario Vavti2015-07-151-4/+0
| |
| * show inherited state in Connection Default PermissionsMario Vavti2015-07-151-2/+7
| |
* | Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-07-141-80/+44
|\| | | | | | | | | Conflicts: mod/connedit.php
| * make strings translateableMario Vavti2015-07-141-0/+6
| |
| * revert provide inherited perms for connection default permissionsMario Vavti2015-07-141-1/+1
| |
| * remove dbgMario Vavti2015-07-141-2/+0
| |
| * provide inherited perms for connection default permissionsMario Vavti2015-07-141-1/+3
| |
| * cleanup conneditMario Vavti2015-07-141-80/+38
| |
* | Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-06-291-0/+1
|\|
| * turn the connection filter into a feature.redmatrix2015-06-291-0/+1
| |
* | Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-06-281-2/+11
|\| | | | | | | | | | | | | Conflicts: include/zot.php mod/connedit.php util/messages.po
| * no this isn't it. well ok, it's part of it, but not the important part. it's ↵redmatrix2015-06-281-2/+10
| | | | | | | | still pretty cool.
* | convert the abook fieldsredmatrix2015-06-141-27/+24
| |
* | Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-05-241-2/+2
|\| | | | | | | | | | | Conflicts: index.php mod/setup.php
| * Fix accepting contacts by using correct jquery calls.Alexandre Hannud Abdo2015-05-221-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Not sure what the operation on disabled is supposed to do, but it also seemed to requier prop instead of attr. See for reference: http://api.jquery.com/prop/ """ The checked attribute value does not change with the state of the checkbox, while the checked property does. """
* | Merge branch 'master' into tresfriendica2015-04-231-6/+32
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: include/Contact.php include/ItemObject.php include/api.php include/attach.php include/diaspora.php include/dir_fns.php include/enotify.php include/event.php include/expire.php include/items.php include/notifier.php include/notify.php include/photos.php include/taxonomy.php include/text.php include/widgets.php include/zot.php mod/admin.php mod/channel.php mod/dirsearch.php mod/display.php mod/editwebpage.php mod/events.php mod/home.php mod/item.php mod/manage.php mod/mood.php mod/network.php mod/page.php mod/photos.php mod/ping.php mod/post.php mod/thing.php mod/viewsrc.php view/css/mod_events.css
| * default perms not being set in some casesfriendica2015-04-141-0/+10
| |
| * program the affinity slider labelsfriendica2015-04-091-6/+22
| |
* | Merge branch 'master' into tresfriendica2015-02-051-14/+36
|\| | | | | | | | | | | Conflicts: view/css/mod_events.css view/theme/redbasic/css/style.css
| * remove extra debuggingfriendica2015-02-031-2/+1
| |
| * ratings - mopping up, most everything but directory sync implementedfriendica2015-02-031-8/+22
| |
| * send rating information to directoriesfriendica2015-02-021-3/+3
| |
| * sign the ratings, fix the bugsfriendica2015-02-021-4/+13
| |
* | Merge branch 'master' into tresfriendica2015-01-311-2/+39
|\| | | | | | | | | Conflicts: include/zot.php