aboutsummaryrefslogtreecommitdiffstats
path: root/mod
Commit message (Collapse)AuthorAgeFilesLines
...
* a few clone sync fixes as well as some work on hubzilla clone sync back to ↵redmatrix2015-07-022-0/+14
| | | | redmatrix
* a bit of cleanup and explanatory text on mod/pconfigredmatrix2015-07-021-6/+13
|
* web version of util/pconfigredmatrix2015-07-021-0/+105
|
* warn if export data file is from an incompatible project or if the DB ↵redmatrix2015-06-291-0/+14
| | | | version differs significantly from the current DB. This is to avoid people cloning a hubzilla channel back to red and potentially stuffing up the works. Hopefully we can migrate upwards someday. Downwards is always going to be an issue.
* turn the connection filter into a feature.redmatrix2015-06-291-0/+1
|
* fix directory locationMario Vavti2015-06-291-2/+1
|
* Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-06-281-2/+2
|\
| * simply 'post' is a better default term than 'status'Alexandre Hannud Abdo2015-06-271-2/+2
| |
* | no this isn't it. well ok, it's part of it, but not the important part. it's ↵redmatrix2015-06-281-2/+10
|/ | | | still pretty cool.
* Merge branch 'master' of https://github.com/redmatrix/redmatrixMario Vavti2015-06-241-1/+1
|\
| * typoredmatrix2015-06-231-1/+1
| |
* | Reflect in directory title if we watch the local or the global directoryMario Vavti2015-06-241-2/+3
|/
* Merge branch 'master' of https://github.com/redmatrix/redmatrixMario Vavti2015-06-231-3/+3
|\
| * Merge pull request #356 from solstag/signature_edit_fixredmatrix2015-06-231-2/+2
| |\ | | | | | | properly trims edited posts before signing so signature verification …
| | * properly trims edited posts before signing so signature verification worksAlexandre Hannud Abdo2015-06-231-2/+2
| | |
| * | Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-06-221-0/+1
| |\|
| * | ensure we always sign a trimmed item body.redmatrix2015-06-221-1/+1
| | |
* | | some work on directoryMario Vavti2015-06-231-14/+23
| |/ |/|
* | Bring /help in line with the rest of the appMario Vavti2015-06-221-0/+1
|/
* import: Improve the descriptive text for this featureredmatrix2015-06-211-2/+2
|
* some diaspora import issues uncovered during dry-run testsredmatrix2015-06-211-6/+6
|
* automatically gunzip Diaspora export files if we're on a *nix systemredmatrix2015-06-191-0/+9
|
* very early attempt diaspora import from diaspora export file. Currently the ↵redmatrix2015-06-191-1/+8
| | | | json export has to be gunzipped prior to uploading and we're net yet adding connections (which should come soon) and we can't import items until they add guids to the export file - so consider it a work in progress. This first attempt should create a channel and get your profile details setup providing there isn't a nickname conflict on the server. That will also be handled later.
* set return url from apps pageredmatrix2015-06-182-1/+3
|
* Merge pull request #349 from git-marijus/masterredmatrix2015-06-171-1/+13
|\ | | | | make photo upload work for remote channels with perms
| * make photo upload work for remote channels with permsMario Vavti2015-06-161-1/+13
| |
* | Small fix in siteinfojeroenpraat2015-06-161-1/+1
|/
* do not allow/show acl button on photo edit if not ownerMario Vavti2015-06-151-3/+3
|
* Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-06-101-21/+23
|\
| * correctly fix attachment permissions from private mentionsAlexandre Hannud Abdo2015-06-101-21/+23
| | | | | | | | by postponing code that removes the attachment tag from the body
* | put block_public back where it is needed, which is in mod_public and not ↵redmatrix2015-06-101-0/+6
|/ | | | mod_home
* show login without checking for block_public, local or remote channelMario Vavti2015-06-101-6/+3
|
* really show login form if it is enabledMario Vavti2015-06-101-2/+2
|
* put mirror_frontpage setting into admin/siteredmatrix2015-06-091-0/+3
|
* toggle diaspora protocol on a per-channel level in addition to the existing ↵redmatrix2015-06-091-2/+5
| | | | per site setting. Default is enabled if the site setting is enabled.
* s/broder/border/redmatrix2015-06-091-1/+1
|
* add nomadic identities as webfinger aliasesredmatrix2015-06-091-1/+10
|
* provide a mechanism for loading the frontpage without redirecting.redmatrix2015-06-081-0/+5
|
* remove debuggingredmatrix2015-06-081-3/+0
|
* add site_dead flag to prevent delivery to dead sites. Allow sys channel ↵redmatrix2015-06-082-6/+16
| | | | webpages to be viewed even if site is configured "block public".
* magic auth issues on dreamhostredmatrix2015-06-072-3/+6
|
* make sure these are includedredmatrix2015-06-072-0/+189
|
* more frontpage tweaksredmatrix2015-06-072-3/+3
|
* reverse logic of homepage login settingredmatrix2015-06-072-4/+8
|
* frontpage tweaksredmatrix2015-06-072-5/+10
|
* frontpage changesredmatrix2015-06-071-229/+19
|
* Added translatable strings to the Display Settings page and refreshed ↵jeroenpraat2015-06-061-0/+3
| | | | util/messages.po.
* use the right webpage layout for an installed webpage if it existsMario Vavti2015-06-042-1/+3
|
* update help linkMario Vavti2015-06-021-1/+1
|
* move the photo and attachment permission syncing past the tag replacement so ↵redmatrix2015-06-011-34/+36
| | | | that attachments get the correct permissions when private mentions are used.