Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | more perms work (a lot more) | redmatrix | 2016-07-18 | 1 | -15/+21 |
| | |||||
* | more perms work | redmatrix | 2016-07-13 | 1 | -7/+13 |
| | |||||
* | lots more permission work | redmatrix | 2016-07-13 | 1 | -1/+1 |
| | |||||
* | more perms work - notably the stuff in public_perms | redmatrix | 2016-07-11 | 1 | -7/+13 |
| | |||||
* | more permissions work | redmatrix | 2016-07-09 | 1 | -1/+16 |
| | |||||
* | more heavy lifting on xtensible perms | redmatrix | 2016-07-04 | 1 | -4/+7 |
| | |||||
* | more heavy lifting on extensible perms | redmatrix | 2016-07-04 | 1 | -3/+8 |
| | |||||
* | missing backslash leads to wsod on refresh permissions | Mario Vavti | 2016-06-29 | 1 | -1/+1 |
| | |||||
* | change AbConfig to use channel_id instead of channel_hash; which was a ↵ | redmatrix | 2016-06-23 | 1 | -1/+1 |
| | | | | mistake in retrospect | ||||
* | code cleanup for profile_photos | redmatrix | 2016-06-23 | 1 | -1/+1 |
| | |||||
* | readme for the module directory, also provide an undocumented way to reset ↵ | redmatrix | 2016-06-14 | 1 | -8/+14 |
| | | | | the timestamp on connection photos to force a refresh without messing with the database directly. | ||||
* | the rest of the schema updates - WARNING: some third party plugins may fail; ↵ | redmatrix | 2016-06-01 | 1 | -1/+1 |
| | | | | e.g. embedphotos and chess. $item['object'] is now $item['obj'] and $photo['type'] is $photo['mimetype'], $photo['scale'] is $photo['imgscale'] and $photo['data'] is now $photo['content']. There are a number of other changes, but these are the ones noted to cause issues with third-party plugins. The project plugins have been updated. Please note any new issues as this effort touched a lot of code in a lot of files. |