aboutsummaryrefslogtreecommitdiffstats
path: root/mod
Commit message (Collapse)AuthorAgeFilesLines
* add peer filtering to all .well-known servicesredmatrix2016-01-281-0/+16
|
* rename collections to privacy groupsredmatrix2016-01-263-14/+14
|
* control the generation or acceptance of directory keywordsredmatrix2016-01-262-2/+7
|
* bring back the ability to ignore a pending connection request without ↵redmatrix2016-01-262-1/+3
| | | | deleting it and without always having it in your face and without jumping through hoops.
* Linking new connection notification to pending connections (see Channel 1) ↵jeroenpraat2016-01-272-1/+2
| | | | and improved email notifications about new connections. Could not find a way to do this also for the generic notifications. Added hub domain of channel address on the new channel page. A few people on my hub didn't understood. This example will make it more clear. Some minor bits.
* change help text on other channel expiration setting to inform that there is ↵redmatrix2016-01-261-1/+2
| | | | a system limit. Ignore imported feed content that is older than expiration interval.
* don't provide notification icons on manage page for delegated channelsredmatrix2016-01-241-0/+1
|
* regression: channel name missing on delegate section of manage pageredmatrix2016-01-241-0/+1
|
* cleanup and add comments about what we're trying to do hereredmatrix2016-01-242-3/+12
|
* make exec the default for proc_run - use system.use_proc_open to use ↵redmatrix2016-01-241-2/+2
| | | | proc_open. Also prohibit delegated channels from manually invoking new_channel under the delegated account.
* remote delegation issue when already logged in with different account on ↵redmatrix2016-01-241-0/+2
| | | | same site.
* provide option to use exec in proc_runredmatrix2016-01-231-1/+1
|
* provide mechanism for custom .well-known handlers and static files (e.g. for ↵redmatrix2016-01-222-0/+14
| | | | letsencypt ownership verification). Document that if you create a .well-known directory to validate a letsencrypt cert you need to remove it before installing hubzilla. We probably need a check for this in the install checklist.
* fix visitor photo uploadsredmatrix2016-01-211-1/+1
|
* A few minor tweaks in schemas + link to login form in lostpassjeroenpraat2016-01-211-1/+1
|
* issue #263 - account_default_channel not set to 0 when last channel of an ↵redmatrix2016-01-201-10/+11
| | | | account is removed
* Merge https://github.com/redmatrix/hubzilla into pending_mergeredmatrix2016-01-172-4/+4
|\
| * update es-es and nl strings. adjusted a few matrix to grid stringsjeroenpraat2016-01-172-4/+4
| |
* | various issues from the forumsredmatrix2016-01-173-4/+8
|/
* call build_sync_packet() on pdledit updatesredmatrix2016-01-171-0/+1
|
* add $deliver flag to item_store() and item_store_update() [default true]. If ↵redmatrix2016-01-162-7/+1
| | | | false, do not send any notifications or process tag_deliver. This should avoid any network activity from happening as the result of a channel (actually item) import. Other minor fixes in the handling of the $allow_exec flag and further protecting CSS passed to widgets from rogue code and XSS.
* provide a recent activity link in /connectionsMario Vavti2016-01-151-2/+4
|
* add an approve button to /connections and get rid of the modal popup in ↵Mario Vavti2016-01-152-9/+3
| | | | /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...
* provide more contact infos and update some protocol type definitionsMario Vavti2016-01-151-1/+4
|
* issue with plugin loadable layoutsredmatrix2016-01-141-3/+16
|
* more cover photo workredmatrix2016-01-141-22/+35
|
* 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...
* Merge branch 'master' of https://github.com/redmatrix/hubzillaMario Vavti2016-01-141-2/+2
|\
| * Merge https://github.com/redmatrix/hubzilla into pending_mergeredmatrix2016-01-141-11/+22
| |\
| * | revision updateredmatrix2016-01-141-2/+2
| | |
* | | provide some info about our contacts - status (archived, hidden, etc.), ↵Mario Vavti2016-01-141-1/+24
| |/ |/| | | | | public forum (like in directory) and show since when we are connected
* | some work on connectionsMario Vavti2016-01-141-11/+22
|/
* more progress on cover photo cropping and storageredmatrix2016-01-131-0/+391
|
* Merge https://github.com/redmatrix/hubzilla into pending_mergeredmatrix2016-01-131-1/+1
|\
| * fix sharing of photo itemsMario Vavti2016-01-131-1/+1
| |
* | some initial work on uploading and cropping cover photosredmatrix2016-01-131-2/+2
|/
* more work on auto channel creation during registerredmatrix2016-01-131-1/+24
|
* 'auto channel creation' - if the corresponding config variable is set, ↵redmatrix2016-01-123-16/+31
| | | | | | create a channel when an account is created. Plugins can provide the necessary channel details (probably from an extended registration form). If no details are provided, a social (mostly public) channel will be created using the LHS of the email address and you will be directed to your channel page (unless email verification is required, in which case this step will be delayed until successful validation and login). If the reddress is already assigned a random name(1000-9999) reddress will be assigned.
* plugin version compatibility checking. To use, set MinVersion, MaxVersion or ↵redmatrix2016-01-111-2/+42
| | | | MinPHPversion in the plugin header block. Case is not important. We check the project versions against STD_VERSION, which should be rolled to a new y of x.x.y if the plugin interface or project code changes in an incompatible way.
* issue #251redmatrix2016-01-071-2/+1
|
* features management page for hubminsredmatrix2016-01-061-0/+74
|
* make 'refresh permissions' do something useful for non-zot connectionsredmatrix2016-01-041-3/+9
|
* Provide the ability for a hub admin to specify a default permissions role ↵redmatrix2016-01-021-0/+12
| | | | for the first channel created by a new account. This simplifies channel creation by restricting the available options at registration time. The restriction is not applied to any additional channels created under the same account; and in any event can be changed immediately after channel creation, if desired.
* Merge https://github.com/redmatrix/hubzilla into pending_mergeredmatrix2016-01-011-1/+1
|\
| * Misspelled TitelAndrew Manning2016-01-011-1/+1
| | | | | | should be Title
* | issue #241 (redmatrix issue 405)redmatrix2016-01-012-0/+6
|/
* more issue #239redmatrix2015-12-311-1/+1
|
* issue #239, provide 'Public' text on ACL selector when appropriate to do so.redmatrix2015-12-312-2/+2
|
* Set accept permissions to that of role so if you change to a custom role you ↵redmatrix2015-12-251-1/+1
| | | | don't start with nothing.
* don't send wall-post notifications when creating webpages on another channelredmatrix2015-12-251-1/+1
|