aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* add a fixmeredmatrix2016-01-211-0/+2
|
* regression: public forums granting send stream permissions to all connectionsredmatrix2016-01-211-2/+2
|
* make contact block look widget alikeMario Vavti2016-01-211-2/+2
|
* Merge branch 'master' of https://github.com/redmatrix/hubzillaMario Vavti2016-01-211-3/+3
|\
| * issue #263 - account_default_channel not set to 0 when last channel of an ↵redmatrix2016-01-201-3/+3
| | | | | | | | account is removed
* | bootstrapify rating and connect buttons. position the connect button more ↵Mario Vavti2016-01-211-5/+7
|/ | | | prominent right under the profile image
* honour poco_rating_enable in item_photo_menuredmatrix2016-01-191-1/+6
|
* Separate item_photo_menu() into links which deal with the post and those ↵redmatrix2016-01-191-6/+11
| | | | which deal with the author. We should probably also make this info available to themes so they could for instance provide a visual separator.
* Added a feature to hide rating buttons from a members channel and profile pages.jeroenpraat2016-01-182-2/+5
|
* generalise the site iconredmatrix2016-01-172-24/+26
|
* various issues from the forumsredmatrix2016-01-178-27/+29
|
* minversion issueredmatrix2016-01-171-2/+2
|
* add $deliver flag to item_store() and item_store_update() [default true]. If ↵redmatrix2016-01-164-13/+16
| | | | 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 more contact infos and update some protocol type definitionsMario Vavti2016-01-151-1/+1
|
* issue with plugin loadable layoutsredmatrix2016-01-141-0/+1
|
* cover photo fetch and widgetredmatrix2016-01-142-0/+67
|
* some work on connectionsMario Vavti2016-01-141-1/+1
|
* some template work on follow widgetMario Vavti2016-01-141-2/+2
|
* some initial work on uploading and cropping cover photosredmatrix2016-01-133-0/+38
|
* 'auto channel creation' - if the corresponding config variable is set, ↵redmatrix2016-01-122-5/+59
| | | | | | 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.
* "aconfig" or account configuration storage, needed for some upcoming work. ↵redmatrix2016-01-111-0/+19
| | | | Built on top of xconfig.
* logic reversal in version checkingredmatrix2016-01-111-3/+3
|
* plugin version compatibility checking. To use, set MinVersion, MaxVersion or ↵redmatrix2016-01-111-5/+32
| | | | 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.
* the mail_isreply flag wasn't being set in the right casesredmatrix2016-01-101-3/+6
|
* add locked features to siteinfo to assist in debuggingredmatrix2016-01-091-1/+13
|
* fix relative urls on some Diaspora profile photosredmatrix2016-01-091-0/+4
|
* provide admin toggle to disable delivery reportsredmatrix2016-01-073-2/+5
|
* features management page for hubminsredmatrix2016-01-061-0/+1
|
* provide an option to toggle the view of locked features so we can use the ↵redmatrix2016-01-051-13/+15
| | | | same list in an admin feature set & lock page.
* expire delivery reports at 10 days by default instead of 30.redmatrix2016-01-041-1/+1
|
* Provide a mechanism for a hub admin to lock features in the on or off state. ↵redmatrix2016-01-042-63/+92
| | | | Locked features will not be available in the UI on the Additional Features page to be set by members. If all features are locked, the link to the Additional Features page will not be displayed.
* issue #241 (redmatrix issue 405)redmatrix2016-01-011-2/+2
|
* issue #239, provide 'Public' text on ACL selector when appropriate to do so.redmatrix2015-12-311-12/+14
|
* yearly license updateredmatrix2015-12-311-0/+1
|
* comment clarificationredmatrix2015-12-311-1/+1
|
* log API improvements and queue optimisation for singleton networksredmatrix2015-12-315-47/+85
|
* store perms_accept on channel creationredmatrix2015-12-291-2/+2
|
* refresh issueredmatrix2015-12-272-2/+9
|
* spellingredmatrix2015-12-251-1/+1
|
* start on refactor of plugin/theme/widget info block parsingredmatrix2015-12-221-8/+8
|
* make the queue api accessible to addonsredmatrix2015-12-211-1/+7
|
* Merge https://github.com/redmatrix/hubzilla into pending_mergeredmatrix2015-12-201-0/+1
|\
| * Added 'invitation_only' to site infowave722015-12-201-0/+1
| |
* | merge hellredmatrix2015-12-201-2/+1
|/
* use realpath to bypass symlinks and check actually directoryredmatrix2015-12-182-1/+11
|
* allow widget 'packages' as well as individual filesredmatrix2015-12-181-2/+7
|
* sql delete with limitredmatrix2015-12-182-2/+2
|
* loop detectionredmatrix2015-12-172-5/+12
|
* more work on media uploads via apiredmatrix2015-12-172-9/+27
|
* issue #228redmatrix2015-12-171-2/+2
|