aboutsummaryrefslogtreecommitdiffstats
path: root/mod
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* issue #235redmatrix2015-12-241-1/+1
|
* some notifier optimisations. Also put a fixme on the invite total ↵redmatrix2015-12-161-1/+3
| | | | generations for new accounts, which is incorrect and now commented out.
* issue #221redmatrix2015-12-151-3/+4
|
* Invitation only added to the admin site page. Plus css wrapper class to docu ↵jeroenpraat2015-12-152-2/+8
| | | | search.
* more work on api media uploadsredmatrix2015-12-131-11/+17
|
* remove the unqualified "OAuth" namespace from the project. We need to ↵redmatrix2015-12-131-13/+9
| | | | reference either OAuth1 or OAuth2.
* incorrect obj_type on several itemsredmatrix2015-12-112-1/+1
|
* some minor cleanup - change the default of the discover tab (public stream ↵redmatrix2015-12-101-2/+9
| | | | access)
* don't spit out sabre xml on permission denied exceptions, just provide a 401redmatrix2015-12-101-30/+12
|
* Some work on the login, register and default home page. Mostly neatly ↵jeroenpraat2015-12-091-1/+1
| | | | centering things on different viewport widths. Bluegrid schema updated.
* Merge https://github.com/redmatrix/hubzilla into pending_mergeredmatrix2015-12-081-17/+17
|\
| * Merge branch 'master' of https://github.com/redmatrix/hubzillajeroenpraat2015-12-092-13/+3
| |\
| * | First part of fix for issue #109jeroenpraat2015-12-091-17/+17
| | |
* | | more libzot stuffredmatrix2015-12-081-467/+4
| |/ |/|
* | remove some unused stuffredmatrix2015-12-082-13/+3
|/
* Merge https://github.com/redmatrix/hubzilla into pending_mergeredmatrix2015-12-071-0/+4
|\