aboutsummaryrefslogtreecommitdiffstats
path: root/mod
Commit message (Collapse)AuthorAgeFilesLines
* some janitor work on profilesMario Vavti2016-03-121-17/+12
|
* remove superfluous returnMario Vavti2016-03-111-1/+0
|
* handle UNO move channel operationredmatrix2016-03-091-11/+9
|
* Merge https://github.com/redmatrix/hubzilla into pending_mergeredmatrix2016-03-091-3/+48
|\
| * Issue #316 make /display updates work. Basically copy and paste what we do ↵Mario Vavti2016-03-091-3/+48
| | | | | | | | on load and add $simple_update to the query.
* | work on implementing account/channel move (as opposed to clone)redmatrix2016-03-091-0/+2
|/
* a bit of page cleanup for edit profilesredmatrix2016-03-071-21/+21
|
* issue #313redmatrix2016-03-071-1/+13
|
* Merge https://github.com/redmatrix/hubzilla into pending_mergeredmatrix2016-03-041-0/+1
|\
| * add cover photo upload link to edit profileMario Vavti2016-03-041-0/+1
| |
* | issues #306 and #307redmatrix2016-03-041-4/+10
|/
* remove the markdown feature. Do not re-enable unless you are willing to ↵redmatrix2016-03-031-9/+22
| | | | support it.
* rename the menu entry and page to 'Profile Fields' to maintain consistencyredmatrix2016-03-021-1/+1
|
* UI cleanup for admin profile field management pageredmatrix2016-03-021-2/+2
|
* profile field admin page (functional only: still needs a lot of HTML/CSS ↵redmatrix2016-03-011-17/+104
| | | | cleanup)
* abconfigredmatrix2016-02-293-1/+29
|
* I haven't investigated 'why', but the addition of the router class in ↵redmatrix2016-02-271-0/+3
| | | | https://github.com/redmatrix/hubzilla/commit/1db3409f36f408bfc49816e1fab3df4b53b8f19e resulted in the setup global variable $install_wizard_pass to not get initiated at the global level when the setup module file was included. This corrects the situation and makes install work but without explaining why the variable wasn't instantiated in the first place. This may be important - if any other modules use global variables internally. I don't believe that any do, but the behaviour needs to be resolved or documented.
* Merge https://github.com/redmatrix/hubzilla into pending_mergeredmatrix2016-02-261-1/+1
|\
| * several photo item template fixesMario Vavti2016-02-261-1/+1
| |
* | small improvements to profile like activityredmatrix2016-02-251-2/+9
|/
* revert f62ec4132ed571288737423de386054a4cc8b0d5 - allow one self to be added ↵Mario Vavti2016-02-251-2/+2
| | | | to a privacy group.
* we have got a button for events in the nav. no need for it in the tabs if we ↵Mario Vavti2016-02-251-0/+3
| | | | are local.
* when creating an event from a post in our stream, if the original post was ↵redmatrix2016-02-252-2/+2
| | | | private, set the event permissions to "just me". If it was a public event, set the event permissions to the channel default permissions.
* issue #216 - calendar sharingredmatrix2016-02-242-0/+350
|
* Merge https://github.com/redmatrix/hubzilla into pending_mergeredmatrix2016-02-241-0/+1
|\
| * fix TOSjeroenpraat2016-02-251-0/+1
| |
* | add 'requires' field to plugin info to list other dependent plugins/addons ↵redmatrix2016-02-242-4/+2
|/ | | | and disable if dependencies are not installed/enabled
* missing functionredmatrix2016-02-241-0/+2
|
* change wording in case where registration is by apprval onlyMario Vavti2016-02-231-1/+1
|
* add salmon key paramredmatrix2016-02-221-0/+5
|
* pubsites: network column is not needed anymore (mentioned in intro text). ↵jeroenpraat2016-02-221-2/+2
| | | | Because of more vertical space Access and Register columnis separate again.
* only hubs from local configured project on pubsites (hubzilla by default). ↵jeroenpraat2016-02-221-5/+2
| | | | as agreed with Mike.
* change wordingMario Vavti2016-02-221-1/+1
|
* some work on mod/registerMario Vavti2016-02-221-26/+17
|
* I don't think we need redmatrix hubs (or hubs without no project name) in ↵jeroenpraat2016-02-221-1/+6
| | | | this list. The other way around (hubzilla in redmatrix pubsites) is no problem I think. If not agreed, please revert.
* retry the move of AccessList to composer format (one or more third-party ↵redmatrix2016-02-2110-16/+16
| | | | plugins will likely break as a result)
* There was nothing wrong with my pimped pubsites (was another problem). Took ↵jeroenpraat2016-02-211-8/+15
| | | | the opportunity to update schemas. Plus updated spanish and dutch strings.
* Revert pubsites.php. There seems something wrong. Let me troubleshoot that ↵jeroenpraat2016-02-211-12/+5
| | | | first.
* Pimped the pubsites page. I tried to get this into a .tpl-file, but it was ↵jeroenpraat2016-02-211-5/+12
| | | | to complicated for me. Pubsites page is now more narrow (fits on most devices) and location is not taking a complete column (location is almost never used). Also a fix on the auto-create-channel part on the register page.
* grid->network, whitespace and bootstrapify create buttonMario Vavti2016-02-201-11/+3
|
* Revert "move accesslist class to namespace"redmatrix2016-02-2010-16/+16
| | | | This reverts commit a9711895cf254a0ca34b1e3f7c8e75bb832e6973.
* move accesslist class to namespaceredmatrix2016-02-2010-16/+16
|
* Merge branch 'master' of https://github.com/redmatrix/hubzillaMario Vavti2016-02-195-53/+56
|\
| * issue #287 require old password to change passwordredmatrix2016-02-191-29/+39
| |
| * no linefeed at endredmatrix2016-02-191-1/+1
| |
| * finish up the storage moveredmatrix2016-02-192-2/+2
| |
| * move storage assets to zotlabs/storageredmatrix2016-02-194-23/+16
| |
* | pimp up mod new_channelMario Vavti2016-02-191-15/+18
|/
* siteinfo regression with Zotlabs\Project - add an autoloaderredmatrix2016-02-181-1/+1
|
* Provide Zotlabs\Project and System class for querying details about the ↵redmatrix2016-02-185-5/+5
| | | | project/version info. Move these out of /boot.php