aboutsummaryrefslogtreecommitdiffstats
path: root/util
Commit message (Collapse)AuthorAgeFilesLines
* more fixes to addons doc, include project addons in string extraction for ↵zotlabs2016-10-182-4457/+7488
| | | | translations, fix the string extractor which was looking in the old places for version info
* permissions issuezotlabs2016-10-141-4669/+4688
|
* [TASK] Update Doxyfile and fix Doxygen errors.Klaus Weidenbach2016-10-131-2/+4
| | | | | | Updated Doxyfile to include new folders. Add a list for @hooks tags. Fixed some parsing problems for Doxygen.
* don't expire posts before 2001zotlabs2016-10-101-2/+2
|
* Unify the various mail sending instance to enotify::send() and z_mail(). ↵redmatrix2016-10-011-4070/+4079
| | | | Both take the same arguments. z_mail() is text only, enotify::send() provides html and text. Both are pluggable using the enotfy_send hook.
* issue #531 - util/config and postgresredmatrix2016-09-231-1/+1
|
* attach sql issueredmatrix2016-09-231-3638/+3640
|
* some changes merged from wrong branch... new function channel_reddress() ↵redmatrix2016-09-173-3480/+3491
| | | | instead of hardwired generation and which fixes case-sensitivity; allow dot notation in config and pconfig utils, updated string file
* issue #511, postgres schema issuesredmatrix2016-09-091-4248/+4297
|
* turn Settings page into sub-modulesredmatrix2016-09-061-2/+2
|
* move the rest of mod_admin to sub modulesredmatrix2016-09-051-0/+7
|
* empty schemaredmatrix2016-09-021-3680/+3763
|
* - implemented but untested: duplicate detection for photo 'move to another ↵redmatrix2016-08-261-4321/+4318
| | | | | | folder' - weekly string update
* string updateredmatrix2016-08-191-3697/+3724
|
* remove insecure repository warning.redmatrix2016-08-183-30/+30
|
* string updateredmatrix2016-08-121-3625/+3619
|
* strings updateredmatrix2016-08-051-2270/+2333
|
* make guest access tokens work with PERMS_NETWORK, PERMS_SITE, PERMS_PENDING, ↵redmatrix2016-07-311-3184/+3114
| | | | and PERMS_CONTACTS; or everything but PERMS_SPECIFIC. PERMS_SITE could be contentious, but we're currently denying them as they are a guest and don't actually have a channel on this site. We can't easily make PERMS_SPECIFIC work without providing an abook entry for the guest since we would need to set specific permissions for the guest login, but unfortunately this could be the most desirable setting to use in many cases. There is also an update of hmessages.po in this commit.
* github didn't accept the last push. Touching the files to force a git revisionredmatrix2016-07-271-1/+0
|
* fix italian strings (messed up by rtl variable); and finish removing openid ↵redmatrix2016-07-271-1/+2
| | | | from core
* string update and some minor comment editsredmatrix2016-07-241-1489/+1567
|
* sort out some of the authentication mess - with luck this may fix the DAV ↵redmatrix2016-07-201-2/+5
| | | | auth issue which I simply could not duplicate or find a reason for.
* add service class restrictions to access_tokensredmatrix2016-07-151-1/+1
|
* enforce non-empty name and token/password on access tokens until better ↵redmatrix2016-07-151-1803/+1820
| | | | checks are instituted.
* some work on the forum widget queriesredmatrix2016-07-091-1271/+1268
|
* allow multiple apd's per plugin dirredmatrix2016-07-011-3526/+3562
|
* fix pdledit "list layouts"redmatrix2016-06-241-3510/+3517
|
* experimental rtl support; this will probably require a fair bit of work.redmatrix2016-06-191-2/+10
|
* 1. string update, 2. pretty print json blobsredmatrix2016-06-171-1079/+1144
|
* strings updateredmatrix2016-06-101-3447/+3449
|
* new utility: util/safemode (on or off); requires util/addonsredmatrix2016-06-062-1/+27
|
* stringsredmatrix2016-06-031-381/+336
|
* strings updateredmatrix2016-05-271-2109/+2099
|
* renamed include files identity.php (channel.php) and Contact.php ↵redmatrix2016-05-222-130/+130
| | | | (connections.php)
* finish updating zot_finger instancesredmatrix2016-05-211-2/+2
|
* case issueredmatrix2016-05-201-503/+536
|
* cli utilities - argc and argv reversed. Not functionally incorrect since it ↵redmatrix2016-05-171-2/+2
| | | | was consistent but aesthetically incorrect.
* strings updateredmatrix2016-05-131-1577/+1639
|
* missed one other place where we called comanche outside the page buildredmatrix2016-05-061-1540/+1512
|
* Merge branch 'master' into devredmatrix2016-04-291-793/+778
|\
| * version+stringsredmatrix2016-04-291-793/+778
| |
* | improve error message in config and pconfigTreer2016-04-252-0/+13
| |
* | util/pconfig can list channel IDsTreer2016-04-251-1/+13
| |
* | add commandline help to util/pconfigTreer2016-04-251-0/+34
| |
* | add commandline help to util/configTreer2016-04-251-2/+38
| |
* | Merge branch 'master' into devredmatrix2016-04-221-5130/+5300
|\|
| * revupredmatrix2016-04-221-5130/+5300
| |
* | module updatesredmatrix2016-04-182-7/+7
|/
* revup + strings #337redmatrix2016-04-151-4018/+4030
|
* Merge branch 'master' into devredmatrix2016-04-081-1280/+1302
|\