Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | issue with post signatures if posted from api and logged in locally with a ↵ | zotlabs | 2016-12-24 | 1 | -3362/+3403 | |
| | | | | different identity. | |||||
* | update util/hz to use zot api instead of the (now optional) twitter api | zotlabs | 2016-12-21 | 1 | -1/+1 | |
| | ||||||
* | string update | zotlabs | 2016-12-16 | 1 | -929/+959 | |
| | ||||||
* | Drop on switch for notifications | ilu33 | 2016-12-15 | 1 | -5/+2 | |
| | ||||||
* | Configuring email notifications per channel | ilu33 | 2016-12-15 | 1 | -0/+56 | |
| | ||||||
* | superblock issue + string update | zotlabs | 2016-12-09 | 1 | -103/+107 | |
| | ||||||
* | Providing more frequent string updates at the moment | zotlabs | 2016-12-05 | 1 | -244/+261 | |
| | ||||||
* | string update | zotlabs | 2016-12-02 | 1 | -3619/+3609 | |
| | ||||||
* | connedit prev/next: sort in the db. | zotlabs | 2016-11-26 | 1 | -671/+686 | |
| | ||||||
* | string update | zotlabs | 2016-11-18 | 1 | -2773/+2827 | |
| | ||||||
* | don't send notification for posts/comments on old conversations that were ↵ | zotlabs | 2016-11-12 | 1 | -205/+221 | |
| | | | | refetched after having expired. We'll accomplish this by limiting notifications to items posted within the last month. | |||||
* | Some minor tweaks to zotsh.py, document that it needs the twitter_api plugin ↵ | zotlabs | 2016-11-10 | 5 | -3/+5 | |
| | | | | on the first hop since we no longer provide the twitter api by default | |||||
* | provide /locs link on settings page if there is more than one hubloc for ↵ | zotlabs | 2016-11-05 | 1 | -272/+273 | |
| | | | | this channnel *that isn't deleted*. | |||||
* | command line connect utility. | zotlabs | 2016-11-01 | 1 | -0/+64 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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). | |||||
* | string update | zotlabs | 2016-10-30 | 1 | -494/+546 | |
| | ||||||
* | string update | zotlabs | 2016-10-21 | 1 | -3031/+3032 | |
| | ||||||
* | more fixes to addons doc, include project addons in string extraction for ↵ | zotlabs | 2016-10-18 | 2 | -4457/+7488 | |
| | | | | translations, fix the string extractor which was looking in the old places for version info | |||||
* | permissions issue | zotlabs | 2016-10-14 | 1 | -4669/+4688 | |
| | ||||||
* | [TASK] Update Doxyfile and fix Doxygen errors. | Klaus Weidenbach | 2016-10-13 | 1 | -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 2001 | zotlabs | 2016-10-10 | 1 | -2/+2 | |
| | ||||||
* | Unify the various mail sending instance to enotify::send() and z_mail(). ↵ | redmatrix | 2016-10-01 | 1 | -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 postgres | redmatrix | 2016-09-23 | 1 | -1/+1 | |
| | ||||||
* | attach sql issue | redmatrix | 2016-09-23 | 1 | -3638/+3640 | |
| | ||||||
* | some changes merged from wrong branch... new function channel_reddress() ↵ | redmatrix | 2016-09-17 | 3 | -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 issues | redmatrix | 2016-09-09 | 1 | -4248/+4297 | |
| | ||||||
* | turn Settings page into sub-modules | redmatrix | 2016-09-06 | 1 | -2/+2 | |
| | ||||||
* | move the rest of mod_admin to sub modules | redmatrix | 2016-09-05 | 1 | -0/+7 | |
| | ||||||
* | empty schema | redmatrix | 2016-09-02 | 1 | -3680/+3763 | |
| | ||||||
* | - implemented but untested: duplicate detection for photo 'move to another ↵ | redmatrix | 2016-08-26 | 1 | -4321/+4318 | |
| | | | | | | folder' - weekly string update | |||||
* | string update | redmatrix | 2016-08-19 | 1 | -3697/+3724 | |
| | ||||||
* | remove insecure repository warning. | redmatrix | 2016-08-18 | 3 | -30/+30 | |
| | ||||||
* | string update | redmatrix | 2016-08-12 | 1 | -3625/+3619 | |
| | ||||||
* | strings update | redmatrix | 2016-08-05 | 1 | -2270/+2333 | |
| | ||||||
* | make guest access tokens work with PERMS_NETWORK, PERMS_SITE, PERMS_PENDING, ↵ | redmatrix | 2016-07-31 | 1 | -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 revision | redmatrix | 2016-07-27 | 1 | -1/+0 | |
| | ||||||
* | fix italian strings (messed up by rtl variable); and finish removing openid ↵ | redmatrix | 2016-07-27 | 1 | -1/+2 | |
| | | | | from core | |||||
* | string update and some minor comment edits | redmatrix | 2016-07-24 | 1 | -1489/+1567 | |
| | ||||||
* | sort out some of the authentication mess - with luck this may fix the DAV ↵ | redmatrix | 2016-07-20 | 1 | -2/+5 | |
| | | | | auth issue which I simply could not duplicate or find a reason for. | |||||
* | add service class restrictions to access_tokens | redmatrix | 2016-07-15 | 1 | -1/+1 | |
| | ||||||
* | enforce non-empty name and token/password on access tokens until better ↵ | redmatrix | 2016-07-15 | 1 | -1803/+1820 | |
| | | | | checks are instituted. | |||||
* | some work on the forum widget queries | redmatrix | 2016-07-09 | 1 | -1271/+1268 | |
| | ||||||
* | allow multiple apd's per plugin dir | redmatrix | 2016-07-01 | 1 | -3526/+3562 | |
| | ||||||
* | fix pdledit "list layouts" | redmatrix | 2016-06-24 | 1 | -3510/+3517 | |
| | ||||||
* | experimental rtl support; this will probably require a fair bit of work. | redmatrix | 2016-06-19 | 1 | -2/+10 | |
| | ||||||
* | 1. string update, 2. pretty print json blobs | redmatrix | 2016-06-17 | 1 | -1079/+1144 | |
| | ||||||
* | strings update | redmatrix | 2016-06-10 | 1 | -3447/+3449 | |
| | ||||||
* | new utility: util/safemode (on or off); requires util/addons | redmatrix | 2016-06-06 | 2 | -1/+27 | |
| | ||||||
* | strings | redmatrix | 2016-06-03 | 1 | -381/+336 | |
| | ||||||
* | strings update | redmatrix | 2016-05-27 | 1 | -2109/+2099 | |
| | ||||||
* | renamed include files identity.php (channel.php) and Contact.php ↵ | redmatrix | 2016-05-22 | 2 | -130/+130 | |
| | | | | (connections.php) |