aboutsummaryrefslogtreecommitdiffstats
path: root/mod
Commit message (Collapse)AuthorAgeFilesLines
* Update es_es+n. Switch the feeds as requested by Mike.jeroenpraat2016-03-271-2/+1
|
* Small, but I think useful hack. Added a top posts only atom feed, so people ↵jeroenpraat2016-03-261-1/+2
| | | | can choose directly from their browser which feed they need.
* Merge branch 'master' of https://github.com/redmatrix/hubzillaMario Vavti2016-03-261-2/+15
|\
| * Merge https://github.com/redmatrix/hubzilla into pending_mergeredmatrix2016-03-221-0/+1
| |\
| * | rewrite the webfinger discovery logicredmatrix2016-03-221-2/+15
| | |
* | | move link to /locs to settings menu if we have more than one location and ↵Mario Vavti2016-03-262-8/+7
| |/ |/| | | | | some template work on locs
* | Add a link to /locs to channel managerMario Vavti2016-03-221-0/+1
|/
* whip mod manage into shapeMario Vavti2016-03-221-8/+3
|
* Merge https://github.com/redmatrix/hubzilla into pending_mergeredmatrix2016-03-201-9/+6
|\
| * Merge branch 'master' of https://github.com/redmatrix/hubzillaMario Vavti2016-03-201-2/+2
| |\
| * | fix #328 by using a seperate query instead of group_concatMario Vavti2016-03-201-9/+6
| | |
* | | rework salmon - important, update addons also if you have enabled gnusoc addonredmatrix2016-03-201-2/+2
| |/ |/|
* | Merge https://github.com/redmatrix/hubzilla into pending_mergeredmatrix2016-03-201-1/+3
|\|
| * add fixmeMario Vavti2016-03-201-1/+3
| |
* | issue #330 - permit archived connections in ACLs. If they are to be blocked ↵redmatrix2016-03-201-2/+2
|/ | | | for delivery (or some other purpose) this should probably happen in the delivery mechanism (or other related sub-system) rather than the permissions mechanism, although currently we still attempt direct delivery to archived connections. Technically "archived" means merely that we won't 'poll' the connection according to the current definition.
* add use as cover photo link to photos viewMario Vavti2016-03-181-0/+1
|
* some work on profile listingMario Vavti2016-03-171-13/+12
|
* bring more structure to profiles editMario Vavti2016-03-171-18/+23
|
* Merge https://github.com/redmatrix/hubzilla into pending_mergeredmatrix2016-03-161-39/+19
|\
| * move buttons to dropdown menu and some cleanupMario Vavti2016-03-161-3/+2
| |
| * still more janitor work on profilesMario Vavti2016-03-161-36/+17
| |
* | lots of work on federated channel discoveryredmatrix2016-03-161-2/+4
|/
* even more janitor work on profilesMario Vavti2016-03-151-6/+3
|
* some re-working of webfinger and hcard parsing which will be necessary going ↵redmatrix2016-03-141-7/+24
| | | | forward.
* more janitor work on profilesMario Vavti2016-03-131-15/+9
|
* 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
|\