Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge branch perms_ng into dev | Mario | 2021-12-15 | 1 | -487/+311 |
| | |||||
* | more deprecate legacy zot | Mario | 2021-06-28 | 1 | -3/+3 |
| | |||||
* | fix typo | Mario | 2021-05-27 | 1 | -1/+1 |
| | |||||
* | remove deprecated rating code | Mario | 2021-05-27 | 1 | -3/+0 |
| | |||||
* | remove most legacy zot quirks | Mario | 2021-05-26 | 1 | -8/+3 |
| | |||||
* | get dev | Hilmar R | 2021-03-01 | 1 | -146/+147 |
| | |||||
* | less hubloc confusion | Mario | 2020-11-08 | 1 | -13/+2 |
| | |||||
* | RC5.0 testing: fix purge and some cleanup | Mario | 2020-09-28 | 1 | -48/+50 |
| | |||||
* | move from build_sync_packet() to Libsync::build_sync_packet() | Mario | 2020-04-09 | 1 | -2/+3 |
| | |||||
* | add zot6 to clonable networks | Mario Vavti | 2019-03-13 | 1 | -1/+1 |
| | |||||
* | affinity slider as app | phani00 | 2019-02-14 | 1 | -1/+1 |
| | |||||
* | fix default values for affinity tool and other information which could be ↵ | zotlabs | 2018-12-17 | 1 | -8/+19 |
| | | | | lost when approving a connection without the entire form provided by connedit. | ||||
* | more z6 debugging | zotlabs | 2018-11-11 | 1 | -0/+5 |
| | |||||
* | permcats app | Mario Vavti | 2018-09-26 | 1 | -1/+2 |
| | |||||
* | When checking permissions ignore checking site "Block Public" settings in ↵ | zotlabs | 2018-07-30 | 1 | -1/+1 |
| | | | | cases where site permissions aren't applicable | ||||
* | hubzilla issue #1019 - punycode urls on connedit page when displaying locations | zotlabs | 2018-03-29 | 1 | -3/+3 |
| | |||||
* | remove mobile_detect (outdated and unmaintainable) | zotlabs | 2018-02-05 | 1 | -1/+0 |
| | |||||
* | more separation of complex code into separate functions | zotlabs | 2018-02-01 | 1 | -20/+3 |
| | |||||
* | fix some regressions with permission roles | Mario Vavti | 2018-01-15 | 1 | -1/+1 |
| | |||||
* | possibly fix hubzilla #673 (prev/next buttons on connedit can show deleted ↵ | zotlabs | 2017-12-30 | 1 | -1/+1 |
| | | | | connections). We cannot actually determine that a connection has been deleted (this is typically accomplished by removing the abook record), but we can determine if the corresponding xchan has been deleted. | ||||
* | call the follow_accept hook when desired | zotlabs | 2017-09-19 | 1 | -0/+4 |
| | |||||
* | modify connection edit display for channels with no address/webbie | zotlabs | 2017-07-30 | 1 | -1/+2 |
| | |||||
* | clean up the warnings about connections on unclonable networks | zotlabs | 2017-06-09 | 1 | -1/+17 |
| | |||||
* | put unreachable federated connections in the archived tab of the connections ↵ | zotlabs | 2017-06-08 | 1 | -0/+1 |
| | | | | list page | ||||
* | fix connectDefaultShare generated js function, though it isn't obvious if we ↵ | zotlabs | 2017-04-02 | 1 | -19/+11 |
| | | | | still use it. | ||||
* | remove include/widgets.php | zotlabs | 2017-03-16 | 1 | -3/+0 |
| | |||||
* | provide 'session' option to z_fetch_url to assist with remote fetches ↵ | zotlabs | 2017-02-27 | 1 | -1/+1 |
| | | | | requiring magic auth | ||||
* | make magic-auth work with profile vcard fetch | zotlabs | 2017-02-27 | 1 | -1/+2 |
| | |||||
* | fetch profile vcard for connection | zotlabs | 2017-02-27 | 1 | -0/+45 |
| | |||||
* | Create virtual privacy groups for private profile member lists | zotlabs | 2017-02-12 | 1 | -8/+0 |
| | |||||
* | more permissions optimisations | zotlabs | 2017-02-09 | 1 | -13/+6 |
| | |||||
* | bringer - all basic functionality is implemented | zotlabs | 2017-02-08 | 1 | -0/+2 |
| | |||||
* | provide a few system defined permcats; will require a permission editor page ↵ | zotlabs | 2017-02-07 | 1 | -0/+10 |
| | | | | to define new (personal) ones. | ||||
* | implement a menu to select a section to be open by default | Mario Vavti | 2017-01-09 | 1 | -0/+26 |
| | |||||
* | more vcard work | zotlabs | 2016-12-21 | 1 | -0/+1 |
| | |||||
* | abook_vcard cleanup | zotlabs | 2016-12-20 | 1 | -42/+33 |
| | |||||
* | allow update of fn and initial setting from channel name | zotlabs | 2016-12-20 | 1 | -0/+3 |
| | |||||
* | progress on abook_vcard | zotlabs | 2016-12-20 | 1 | -4/+1 |
| | |||||
* | more abook_vcard | zotlabs | 2016-12-20 | 1 | -1/+1 |
| | |||||
* | abook_vcard first commit | zotlabs | 2016-12-20 | 1 | -1/+52 |
| | |||||
* | This isn't the most elegant solution as it requires a bit of arcane ↵ | zotlabs | 2016-11-29 | 1 | -0/+2 |
| | | | | knowledge, but provide a way to step through connections with a specific tab/panel open in the connection editor. It does not close the default panel, but merely opens the one specified by a §ion= URL parameter (closing the default panel would require a major refactoring of the default panel logic). Valid choices for section currently are affinity, filter, and perms. This tab/panel selection should persist across form posting and 'prev/next'. | ||||
* | connedit prev/next: sort in the db. | zotlabs | 2016-11-26 | 1 | -6/+2 |
| | |||||
* | prev-next navigation for mod_connedit | zotlabs | 2016-11-24 | 1 | -3/+36 |
| | |||||
* | string update | zotlabs | 2016-10-30 | 1 | -9/+7 |
| | |||||
* | sql: limit 1 for UPDATE and DELETE is not supported by the SQL standard and ↵ | Florian Steinel | 2016-10-27 | 1 | -1/+1 |
| | | | | | | postgresql (see: https://www.postgresql.org/message-id/flat/1291109101.26137.35.camel%40pcd12478 ) | ||||
* | more backquotes - this should take care of most except for the array import ↵ | zotlabs | 2016-10-09 | 1 | -1/+1 |
| | | | | queries | ||||
* | ratings are gone. They can be enabled, but there is no UI for doing so at ↵ | redmatrix | 2016-08-25 | 1 | -6/+2 |
| | | | | this time; and will likely only be available in a 'pro' configuration once the new implementation details have been hashed out. This appears to require a mechanism for rebuttal before it can again be opened to the public. There are also some synchronisation issues to contend with; as ratings are currently only distributed to active directory servers. There is no reliable mechanism for a new directory server to fetch existing ratings. | ||||
* | fix auto-connect setting | zottel | 2016-08-12 | 1 | -3/+0 |
| | |||||
* | minor cleanup on ratings - no real functional changes at this time | redmatrix | 2016-08-04 | 1 | -11/+19 |
| | |||||
* | translate more old perms calls | redmatrix | 2016-07-19 | 1 | -2/+2 |
| |