ilu33
4ce16e9e91
Configuring email notifications per channel
2016-12-15 04:56:34 +01:00
zotlabs
0a6916e1b9
superblock issue + string update
2016-12-09 00:49:55 -08:00
zotlabs
4c1701ca77
Providing more frequent string updates at the moment
2016-12-05 19:23:04 -08:00
zotlabs
5b6e731f37
string update
2016-12-02 11:29:50 -08:00
zotlabs
7de4f1d96f
connedit prev/next: sort in the db.
2016-11-26 14:28:36 -08:00
zotlabs
36322acb6d
string update
2016-11-18 23:43:33 -08:00
zotlabs
640d15dba5
don't send notification for posts/comments on old conversations that were refetched after having expired. We'll accomplish this by limiting notifications to items posted within the last month.
2016-11-12 14:09:33 -08:00
zotlabs
20497f1be3
Some minor tweaks to zotsh.py, document that it needs the twitter_api plugin on the first hop since we no longer provide the twitter api by default
2016-11-10 15:59:49 -08:00
zotlabs
8811ca9e9e
provide /locs link on settings page if there is more than one hubloc for this channnel *that isn't deleted*.
2016-11-05 03:31:50 -07:00
zotlabs
b13fb1cca9
command line connect utility.
...
Usage: util/connect uid|nick channel
uid|nick must be a local channel. The target channel can be any channel. If a nick is supplied as a target it is assumed to refer to a channel on the localhost unless @host is provided. RSS feeds and remote networks can also be connected, assuming the appropriate protocols are already enabled for the local channel. If the target channel is a non-forum on the local system and you wish bi-directional communication to be enabled you will probably need to use a second connnect command with the source and target reversed.
Examples:
util/connect bob marketing
Connects bob to the marketing channel
util/connect marketing bob
Connects the marketing channel to bob.
util/connect 6 channelone@macgirvin.com
Connects the channel with channel_id 6 to the Channel One public forum.
util/connect bob https://mysite.foo/feed.rss
Connects bob to an RSS feed if RSS feeds are allowed as connections on this site
util/connect bob jb@diasp.org
Connects bob to a diaspora account on diap.org (both the site and Bob's channel must previously have the Diaspora Protocol enabled).
2016-11-01 15:27:34 -07:00
zotlabs
581ef6e18d
string update
2016-10-30 12:34:00 -07:00
zotlabs
632ad7d7f9
string update
2016-10-21 13:50:00 -07:00
zotlabs
9e3032e919
more fixes to addons doc, include project addons in string extraction for translations, fix the string extractor which was looking in the old places for version info
2016-10-18 16:26:54 -07:00
zotlabs
47db3452f4
permissions issue
2016-10-14 13:16:33 -07:00
Klaus Weidenbach
7b41839ea8
[TASK] Update Doxyfile and fix Doxygen errors.
...
Updated Doxyfile to include new folders.
Add a list for @hooks tags.
Fixed some parsing problems for Doxygen.
2016-10-13 11:27:23 +02:00
zotlabs
c6eecb06d5
don't expire posts before 2001
2016-10-10 22:44:11 -07:00
redmatrix
fa94644bcf
Unify the various mail sending instance to enotify::send() and z_mail(). Both take the same arguments. z_mail() is text only, enotify::send() provides html and text. Both are pluggable using the enotfy_send hook.
2016-10-01 03:06:01 -07:00
redmatrix
ce41710a7c
issue #531 - util/config and postgres
2016-09-23 18:52:14 -07:00
redmatrix
97d472380f
attach sql issue
2016-09-23 01:16:59 -07:00
redmatrix
0754da58da
some changes merged from wrong branch... new function channel_reddress() instead of hardwired generation and which fixes case-sensitivity; allow dot notation in config and pconfig utils, updated string file
2016-09-17 14:51:57 -07:00
redmatrix
7121d8e427
issue #511 , postgres schema issues
2016-09-09 21:25:57 -07:00
redmatrix
6e149a2dd3
turn Settings page into sub-modules
2016-09-06 20:10:56 -07:00
redmatrix
dbb4ccbcc0
move the rest of mod_admin to sub modules
2016-09-05 21:00:00 -07:00
redmatrix
5897ed896a
empty schema
2016-09-02 02:06:05 -07:00
redmatrix
8a2b96c2f9
- implemented but untested: duplicate detection for photo 'move to another folder'
...
- weekly string update
2016-08-26 01:37:46 -07:00
redmatrix
d1fa63b389
string update
2016-08-19 17:13:34 -07:00
redmatrix
e4244c0cac
remove insecure repository warning.
2016-08-18 17:22:54 -07:00
redmatrix
5365e9b3a5
string update
2016-08-12 14:45:16 -07:00
redmatrix
b6db0f72f5
strings update
2016-08-05 15:40:20 -07:00
redmatrix
86eb923f29
make guest access tokens work with PERMS_NETWORK, PERMS_SITE, PERMS_PENDING, 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.
2016-07-31 18:08:41 -07:00
redmatrix
02fc082e45
github didn't accept the last push. Touching the files to force a git revision
2016-07-27 22:40:33 -07:00
redmatrix
be1ffca6f4
fix italian strings (messed up by rtl variable); and finish removing openid from core
2016-07-27 22:28:30 -07:00
redmatrix
b5f2b4af35
string update and some minor comment edits
2016-07-24 16:11:34 -07:00
redmatrix
3affb2e817
sort out some of the authentication mess - with luck this may fix the DAV auth issue which I simply could not duplicate or find a reason for.
2016-07-20 17:55:40 -07:00
redmatrix
8e667866fd
add service class restrictions to access_tokens
2016-07-15 21:57:41 -07:00
redmatrix
f666d8a083
enforce non-empty name and token/password on access tokens until better checks are instituted.
2016-07-15 01:06:25 -07:00
redmatrix
e2574cf069
some work on the forum widget queries
2016-07-09 16:07:53 -07:00
redmatrix
bb5ec8cfb8
allow multiple apd's per plugin dir
2016-07-01 02:16:23 -07:00
redmatrix
fb93ae2128
fix pdledit "list layouts"
2016-06-24 02:07:12 -07:00
redmatrix
905374c86e
experimental rtl support; this will probably require a fair bit of work.
2016-06-19 21:10:57 -07:00
redmatrix
2793086c0d
1. string update, 2. pretty print json blobs
2016-06-17 14:58:03 -07:00
redmatrix
cf415a4312
strings update
2016-06-10 01:18:52 -07:00
redmatrix
82a81cd01f
new utility: util/safemode (on or off); requires util/addons
2016-06-06 16:34:10 -07:00
redmatrix
dcba30a6aa
strings
2016-06-03 14:52:00 -07:00
redmatrix
ab6eb1c4b2
strings update
2016-05-27 16:11:58 -07:00
redmatrix
de006771c7
renamed include files identity.php (channel.php) and Contact.php (connections.php)
2016-05-22 16:54:30 -07:00
redmatrix
1cb311cef9
finish updating zot_finger instances
2016-05-21 18:18:33 -07:00
redmatrix
cae380f068
case issue
2016-05-20 01:21:19 -07:00
redmatrix
43c2b22fca
cli utilities - argc and argv reversed. Not functionally incorrect since it was consistent but aesthetically incorrect.
2016-05-17 19:49:21 -07:00
redmatrix
269055e71c
strings update
2016-05-13 00:27:38 -07:00
redmatrix
5882714e23
missed one other place where we called comanche outside the page build
2016-05-06 00:43:37 -07:00
redmatrix
45512e6aba
Merge branch 'master' into dev
2016-04-29 23:50:05 -07:00
redmatrix
d7a64845fe
version+strings
2016-04-29 23:48:36 -07:00
Treer
f336f38ad5
improve error message in config and pconfig
2016-04-25 22:09:15 +10:00
Treer
d67d8b6d6e
util/pconfig can list channel IDs
2016-04-25 19:46:04 +10:00
Treer
02ee7f17e8
add commandline help to util/pconfig
2016-04-25 19:30:37 +10:00
Treer
78320ee3a6
add commandline help to util/config
2016-04-25 19:00:10 +10:00
redmatrix
f111275ddf
Merge branch 'master' into dev
2016-04-22 00:51:32 -07:00
redmatrix
2726c68b60
revup
2016-04-22 00:50:42 -07:00
redmatrix
2a4e8972e0
module updates
2016-04-18 20:38:38 -07:00
redmatrix
ec9e914798
revup + strings #337
2016-04-15 00:48:18 -07:00
redmatrix
2db59f3b76
Merge branch 'master' into dev
2016-04-08 03:32:28 -07:00
redmatrix
44e21f6198
revup
2016-04-08 03:31:32 -07:00
redmatrix
01ad485f65
SECURITY: Do not link unknown and unverified code repositories to the project without some form of confirmation that one accepts the significant risks involved.
2016-04-04 16:17:50 -07:00
redmatrix
995555f357
ditto for typohelper
2016-04-01 01:04:37 -07:00
redmatrix
40f3857691
change call to App::init() to bring back include path (only in typocheck)
2016-04-01 01:02:03 -07:00
redmatrix
8f006a98c4
primary hub change
2016-04-01 00:54:23 -07:00
redmatrix
36b388ab8c
issue #336
2016-03-31 18:53:05 -07:00
redmatrix
9abd95fad3
static App
2016-03-31 16:06:03 -07:00
redmatrix
971e7321c6
issue #319 part 2
2016-03-26 14:33:36 -07:00
redmatrix
77094f8d2b
make the admin side menu extensible and provide a hook for a channel "move" operation that federation plugins might use to re-establish connections after a channel move.
2016-03-19 16:17:19 -07:00
redmatrix
6729c27b77
git update everything
2016-03-13 18:15:38 -07:00
redmatrix
cb0c43bc68
provide service federation overview - how to go about it and the appropriate places to attach your plugin.
2016-03-12 16:45:53 -08:00
redmatrix
9a0f0181a5
issues #306 and #307
2016-03-04 14:38:14 -08:00
redmatrix
459166116d
turn timezone aware birthdays into a feature for those who want an uncluttered calendar - at the expense of possibly sending somebody's birthday greeting on the wrong day if they are in a different timezone.
2016-02-26 12:45:44 -08:00
redmatrix
fdd7faab51
string update
2016-02-19 19:12:26 -08:00
redmatrix
ade91f8190
directory modes reversed
2016-02-12 14:02:50 -08:00
redmatrix
b4e3cd000f
rev update
2016-02-05 00:06:35 -08:00
redmatrix
c75f76f740
heavy lifting on admin security page
2016-02-03 20:24:46 -08:00
redmatrix
08aeeadd71
move permission check before global block check
2016-01-29 14:07:10 -08:00
redmatrix
d83b907cdc
rename collections to privacy groups
2016-01-26 23:44:15 -08:00
redmatrix
48495f41e8
provide mechanism for custom .well-known handlers and static files (e.g. for letsencypt ownership verification). Document that if you create a .well-known directory to validate a letsencrypt cert you need to remove it before installing hubzilla. We probably need a check for this in the install checklist.
2016-01-22 02:22:27 -08:00
Bob Mottram
457cc48043
Type of script
2016-01-21 12:22:54 +00:00
redmatrix
f66c6bfebf
Merge https://github.com/redmatrix/hubzilla into pending_merge
2016-01-15 11:59:38 -08:00
redmatrix
fe77ab4d71
minor version roll
2016-01-15 11:59:19 -08:00
ken restivo
b58177e3c6
Use ctrl-d for multi-line messages.
2016-01-14 21:05:36 -08:00
redmatrix
58efd7553c
very small tweaks to CLI plugin manager utility
2016-01-13 00:08:07 -08:00
ken restivo
93096a9db8
Correct docs.
2016-01-12 18:51:57 -08:00
redmatrix
f757285ea8
cli utility for managing addons
2016-01-12 18:00:20 -08:00
ken restivo
bbc1a1f1fb
Source the conf.
2016-01-12 13:20:37 -08:00
ken restivo
addf696db8
Add very simple, minimalist posting shell script.
2016-01-12 13:19:21 -08:00
redmatrix
b00c22916a
fix relative urls on some Diaspora profile photos
2016-01-09 14:02:58 -08:00
redmatrix
c38edfcb32
issue #241 (redmatrix issue 405)
2016-01-01 16:12:43 -08:00
redmatrix
a085f4df7f
regression: default inherited permission was not being set for a connection if the permission was 'inherited'. We need to set these so that if somebody changes the top level permissions they don't have to go back and manually edit every connection to allow/deny what used to be an automatic inherited setting.
2015-12-25 14:25:58 -08:00
redmatrix
a99d28dea9
sql delete with limit
2015-12-18 13:46:03 -08:00
redmatrix
46e4d2d573
bring back the schemaspy makefile
2015-12-15 20:00:48 -08:00
redmatrix
9fb7a12849
incorrect obj_type on several items
2015-12-11 02:52:43 -08:00
redmatrix
4ccd9ae6da
start of v4
2015-12-06 19:16:38 -08:00
redmatrix
d8dc055dce
version and string update
2015-12-05 12:40:35 -08:00
Andrew Manning
b1f4b9759b
Abort addon update if repo does not exist
2015-11-30 07:49:56 -05:00
redmatrix
962d9f36d0
document dreport expiration setting
2015-11-27 20:05:20 -08:00
redmatrix
301072a86c
issue #85 , community tags and file tags lost during edits. This required splitting off communitytags as a separate tag type and is not backward compatible. Community tags on older posts or those federated from redmatrix clones will not be preserved during edits.
2015-11-20 00:15:48 -08:00
redmatrix
dba38821bc
superblock enhancements
2015-11-13 15:28:34 -08:00
ken restivo
0c8219e683
Correct directory (this runs from inside hubzilla_er
2015-11-08 22:58:21 -08:00
ken restivo
de9c44fc56
First attempt at auto-generating schemaspy.
2015-11-08 22:51:58 -08:00
redmatrix
9a42d63516
Merge https://github.com/redmatrix/redmatrix into pending_merge
...
Conflicts:
boot.php
install/update.php
2015-11-06 12:43:51 -08:00
redmatrix
4620eb32d2
version and string update
2015-11-06 12:35:43 -08:00
redmatrix
1c8f63f1e5
rev update
2015-11-06 12:34:29 -08:00
ken restivo
4bd0e083d1
Put generated date at end of data.
2015-11-03 21:19:16 -08:00
ken restivo
d9c7b39b88
Commit the tool used to generate the hooks docs.
2015-11-03 21:15:49 -08:00
redmatrix
77a03e376c
Merge https://github.com/redmatrix/redmatrix into pending_merge
...
Conflicts:
include/photo/photo_driver.php
include/text.php
mod/post.php
2015-11-03 20:46:47 -08:00
redmatrix
14b74069f8
version
2015-11-03 17:40:05 -08:00
redmatrix
5f80121637
add hubloc repair script (needed for deadsuperhero, probably temporary)
2015-10-30 22:43:38 -07:00
redmatrix
dc4bd531a4
issue #106
2015-10-29 15:11:41 -07:00
redmatrix
a1163b70a6
version and strings
2015-10-25 14:26:02 -07:00
redmatrix
768615f2f1
version and strings
2015-10-23 21:36:18 -07:00
redmatrix
2540ecc0ac
Merge https://github.com/redmatrix/redmatrix into pending_merge
...
Conflicts:
README.md
2015-10-17 16:53:14 -07:00
redmatrix
b82a9a6594
messages.po got truncated due to a failed cron job
2015-10-17 16:47:18 -07:00
redmatrix
be701677d6
Merge https://github.com/redmatrix/redmatrix into pending_merge
...
Conflicts:
view/nl/messages.po
view/nl/strings.php
2015-10-17 16:38:57 -07:00
redmatrix
b6c765c9dc
allow homepage content to be a full redirect
2015-10-17 16:33:28 -07:00
redmatrix
c07f694a07
another try at issue #89 - rotating photos
2015-10-16 04:21:40 -07:00
redmatrix
c7637a0c53
Merge https://github.com/redmatrix/redmatrix into pending_merge
2015-10-14 13:13:12 -07:00
jeroenpraat
e98c871781
Regenerated messages.po.
2015-10-14 14:31:51 +02:00
redmatrix
d076255c98
Merge https://github.com/redmatrix/redmatrix into pending_merge
...
Conflicts:
mod/uexport.php
view/tpl/uexport.tpl
2015-10-09 14:27:47 -07:00
redmatrix
b31aa4aacb
string update
2015-10-09 14:25:29 -07:00
redmatrix
95d6d2644f
Merge https://github.com/redmatrix/redmatrix into pending_merge
2015-10-04 13:49:13 -07:00
redmatrix
dbd981939c
version and strings update
2015-10-04 13:48:06 -07:00
redmatrix
b1e0018b74
string update
2015-10-02 04:50:58 -07:00
redmatrix
55b530f0fd
Merge https://github.com/redmatrix/redmatrix into pending_merge
...
Conflicts:
include/zot.php
util/messages.po
2015-09-27 17:00:41 -07:00
redmatrix
aae51a9b23
add some safety checks on the sending side of sync
2015-09-27 16:47:25 -07:00
redmatrix
cd2b811555
move string files to hmessages.po and hstrings.php for hubzilla to avoid endless merge conflicts.
2015-09-26 23:44:30 -07:00
redmatrix
3dc066a143
dummy update
2015-09-18 22:43:35 -07:00
redmatrix
e062c4e6b5
another tactic to deal with orphan hublocs from re-installs, or at least allow the descendant channel to survive
2015-09-11 14:30:07 -07:00
redmatrix
1b09c64856
PRIVACY: item_private seems to have been removed from permissions_sql checking with an observer.
2015-09-07 03:59:38 -07:00
redmatrix
d7cf7316be
change the likes db structure to make it more easily importable/exportable
2015-08-31 20:55:25 -07:00
redmatrix
b1f091e4d7
issues with abook sync between hubzilla and red
2015-08-23 17:40:47 -07:00
redmatrix
0d84c77c6c
set email verified if lost password workflow is completed to avoid the situation where they can reset the password but still not be able to login because the original email verification was lost.
2015-08-14 22:19:15 -07:00
redmatrix
2656aeaf9c
ensure diaspora_signature is converted to json before we store it.
2015-08-08 15:18:34 -07:00
redmatrix
5e985ef34f
consistency of event form
2015-07-31 15:42:52 -07:00
redmatrix
4b96b76f5c
revision and string update
2015-07-26 16:42:36 -07:00
redmatrix
736db4992b
string update
2015-07-19 13:20:04 -07:00
redmatrix
6046fe9c9e
Merge branch 'master' of https://github.com/redmatrix/redmatrix
2015-07-15 17:50:24 -07:00
zottel
ba7acf88ad
also change the update_ scripts
2015-07-15 15:40:23 +02:00
zottel
f4a1ca0692
change sh to bash in shebang to make scripts work
2015-07-15 15:29:08 +02:00
redmatrix
ae6541cf74
revision update
2015-07-10 14:20:08 -07:00
redmatrix
f20933e1e0
more work on db storage of doco
2015-07-05 19:52:41 -07:00
redmatrix
a74631b554
Merge branch 'master' of https://github.com/redmatrix/redmatrix
...
Conflicts:
boot.php
include/items.php
util/messages.po
2015-07-03 15:03:56 -07:00
redmatrix
0b9332fde9
in hubzilla we're going to convert doco to items. define it here so that an accidental import/export doesn't chuck a wobbly.
2015-07-03 14:30:42 -07:00
redmatrix
90a31f4ad5
Merge branch 'master' of https://github.com/redmatrix/redmatrix
...
Conflicts:
include/zot.php
2015-07-02 22:00:15 -07:00
redmatrix
065a50c920
a few clone sync fixes as well as some work on hubzilla clone sync back to redmatrix
2015-07-02 21:55:36 -07:00