aboutsummaryrefslogtreecommitdiffstats
path: root/mod
Commit message (Collapse)AuthorAgeFilesLines
* move storage assets to zotlabs/storageredmatrix2016-02-194-23/+16
|
* 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
* Merge branch 'iconfig'redmatrix2016-02-171-2/+8
|\
| * iconfig debuggingredmatrix2016-02-171-2/+8
| |
* | More clarification about privacy of private content. Changed Channel Name to ↵jeroenpraat2016-02-172-2/+2
| | | | | | | | simply Name when registering/creating an account or channel. First time when people see this they get confused (by experience on my hubs). This will even be more with UNO.
* | Change descriptionMario Vavti2016-02-171-1/+1
| |
* | make always preload images before rendering the page a display settingMario Vavti2016-02-171-1/+7
| |
* | allow redirection to site workflow page even if auto channel create is appliedredmatrix2016-02-161-3/+4
| |
* | @hubdomain also for auto-create-channel + adding css wrapper (ongoing work)jeroenpraat2016-02-162-0/+4
|/
* Add string translation to auto approval optionphellmes2016-02-151-32/+34
| | | | | | Make the description for the auto-approval option translatable. Put the switch array of that option (with another missing t-funtion) into a $yes_no variable to be consistent with other settings pages.
* form cleanup (profile_photo and cover_photo), admin 'user_approve' not ↵redmatrix2016-02-142-55/+5
| | | | found, missing close div in mood_content.tpl
* guest photo upload failing when js_upload is in use due to non-existent acl ↵redmatrix2016-02-112-1/+9
| | | | parameters
* feed dates weren't being honoured. When that was fixed they turned out to be ↵redmatrix2016-02-101-0/+2
| | | | reversed.
* [invite module] remove trailing spaces from translatable stringsphellmes2016-02-091-6/+6
|
* try that patch againredmatrix2016-02-081-11/+4
|
* Revert "sort out the well-known acme-challenge mess - at least on apache"redmatrix2016-02-081-4/+11
| | | | This reverts commit be99c7fe12cc68bba1716a0b708bb171cfd223e6.
* sort out the well-known acme-challenge mess - at least on apacheredmatrix2016-02-081-11/+4
|
* a few tweaks to uno settings page to allow a default ACL to be createdredmatrix2016-02-071-0/+2
|
* change register workflow if uno is setredmatrix2016-02-071-1/+1
|
* provide get_server_role() to abstract different roles and capabilitiesredmatrix2016-02-071-1/+1
|
* fix uno import by disabling for nowredmatrix2016-02-051-0/+9
|
* uno stuffredmatrix2016-02-051-3/+5
|
* more uno groundworkredmatrix2016-02-052-3/+3
|
* initial uno configredmatrix2016-02-041-10/+11
|
* Merge https://github.com/redmatrix/hubzilla into pending_mergeredmatrix2016-02-041-0/+4
|\
| * Merge pull request #274 from mrjive/masterredmatrix2016-02-051-0/+4
| |\ | | | | | | Small adding in search result page in /help
| | * Added section-title-wrapper and section-conent-wrapper to search result page ↵mrjive2016-02-031-0/+4
| | | | | | | | | | | | in /help
* | | update the poke page layout and UIredmatrix2016-02-041-4/+15
|/ /
* | finish moving block_public to the new security pageredmatrix2016-02-031-3/+0
| |
* | don't implement the default embed whitelist just yetredmatrix2016-02-031-2/+3
| |
* | heavy lifting on admin security pageredmatrix2016-02-031-1/+39
| |
* | admin security page for configuring white and black lists and other security ↵redmatrix2016-02-032-2/+73
|/ | | | options.
* more zcard tweaksredmatrix2016-02-022-4/+4
|
* profile embeds (still needs a bit of work)redmatrix2016-02-012-0/+45
|
* more oembed provider work - channel articlesredmatrix2016-02-013-2/+139
|
* oep for the photo top pageredmatrix2016-01-312-3/+68
|
* add album embed (embed the most recent photo with link to album)redmatrix2016-01-312-1/+62
|
* add oembed provider for photosredmatrix2016-01-312-0/+95
|
* 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.