Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dba_pdo: return false on q() DB error like the old driver did | zotlabs | 2016-11-17 | 1 | -1/+1 |
| | |||||
* | wiki list fixes | Mario Vavti | 2016-11-17 | 1 | -2/+4 |
| | |||||
* | Highlight active wiki in list in preparation for removing active wiki name ↵ | Andrew Manning | 2016-11-17 | 1 | -1/+13 |
| | | | | from content section header to make room for page list viewer | ||||
* | Move new wiki dialog directly underneath new wiki button in wiki list widget | Andrew Manning | 2016-11-16 | 1 | -25/+65 |
| | |||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | zotlabs | 2016-11-16 | 1 | -4/+15 |
|\ | |||||
| * | only turn [] and [x] into checkboxes if it is found inside a checklist | Mario Vavti | 2016-11-16 | 1 | -4/+15 |
| | | |||||
* | | use item from DB for return value | zotlabs | 2016-11-16 | 2 | -2/+1 |
| | | |||||
* | | export issue | zotlabs | 2016-11-16 | 1 | -1/+1 |
|/ | |||||
* | wiki: simplify permission model, reduce duplicate calls to get the same ↵ | zotlabs | 2016-11-15 | 1 | -13/+15 |
| | | | | channel info and permissions, return the owner permissions with the normal permission check (keeping all permission fetching in one place), rename the 'channel' variable to 'owner' in several places to identify this channel role more clearly as to the way it is being used in this module, update the deprecated call to proc_run (include/notifier) and make several notice messages translatable. | ||||
* | still a bit of wiki permission weirdness, this should catch the major ones | zotlabs | 2016-11-15 | 1 | -2/+3 |
| | |||||
* | wiki: permissions issues, untranslated strings in templates and some minor ↵ | zotlabs | 2016-11-15 | 1 | -2/+10 |
| | | | | changes to provide a consistent UI with the rest of the app. | ||||
* | xchan_fetch() returns a simplified structure | zotlabs | 2016-11-14 | 1 | -3/+3 |
| | |||||
* | update api perm_allowed to return all perms if no perm specified | zotlabs | 2016-11-14 | 1 | -5/+16 |
| | |||||
* | API: add GET /api/z/1.0/perm_allowed | zotlabs | 2016-11-14 | 1 | -0/+24 |
| | |||||
* | API: add GET /api/z/1.0/abconfig | zotlabs | 2016-11-14 | 1 | -0/+17 |
| | |||||
* | API: add GET api/z/1.0/abook | zotlabs | 2016-11-14 | 1 | -0/+19 |
| | |||||
* | show wiki controls only to owner and whitespace fixes | Mario Vavti | 2016-11-14 | 1 | -1/+1 |
| | |||||
* | api: allow group member list to use a group name or id | zotlabs | 2016-11-13 | 1 | -14/+16 |
| | |||||
* | move all the zid related stuff to one file | zotlabs | 2016-11-13 | 5 | -225/+232 |
| | |||||
* | provide 'per-page' caching for is_matrix_url() results to reduce duplicate ↵ | zotlabs | 2016-11-13 | 1 | -2/+12 |
| | | | | queries | ||||
* | zidify wiki content | zotlabs | 2016-11-13 | 1 | -0/+31 |
| | |||||
* | attach_rename: flaw in duplicate filename detection resulted in ↵ | zotlabs | 2016-11-10 | 1 | -0/+4 |
| | | | | filename(1)(1)(1).ext | ||||
* | Some minor tweaks to zotsh.py, document that it needs the twitter_api plugin ↵ | zotlabs | 2016-11-10 | 1 | -2/+2 |
| | | | | on the first hop since we no longer provide the twitter api by default | ||||
* | deprecate/remove get_channel_by_nick() which is just a less generalised ↵ | zotlabs | 2016-11-08 | 2 | -9/+2 |
| | | | | variant of channelx_by_nick() | ||||
* | more api work | zotlabs | 2016-11-08 | 1 | -166/+1 |
| | |||||
* | more api re-org | zotlabs | 2016-11-08 | 1 | -36/+40 |
| | |||||
* | move twitter api to addon; there's still a bit of cleanup remaining, mostly ↵ | zotlabs | 2016-11-08 | 1 | -1590/+29 |
| | | | | dealing with abstracting the authentication calls and separating out the twitter authentication structure from the zot api. | ||||
* | fix a fatal error with incorrect DB object access | zottel | 2016-11-07 | 1 | -2/+2 |
| | |||||
* | reorganise emoticons | zotlabs | 2016-11-06 | 1 | -33/+33 |
| | |||||
* | provide /locs link on settings page if there is more than one hubloc for ↵ | zotlabs | 2016-11-05 | 2 | -3/+3 |
| | | | | this channnel *that isn't deleted*. | ||||
* | ignore flags to dns_get_record() and look for anything | zotlabs | 2016-11-02 | 1 | -4/+7 |
| | |||||
* | issue #409 - use item_notshown for file activities to prevent display but ↵ | zotlabs | 2016-11-02 | 1 | -1/+1 |
| | | | | allow transmitting to other sites. We currently allow file acitivies with item_hidden to be transmitted as a special case but eventually we want to remove the special case and disallow items with item_hidden from being propagated. | ||||
* | convert manual page updates to a display setting instead of a feature | zotlabs | 2016-11-02 | 2 | -9/+11 |
| | |||||
* | if connecting to a channel that is already pending, undo the pending and set ↵ | zotlabs | 2016-11-02 | 1 | -2/+23 |
| | | | | connect permissions accordingly. issue #577 - this will mostly affect channels that were connected out of band, but will also auto-friend somebody that has already connected to you, if you reciprocate prior to seeing and/or acting on the pending connection notice. | ||||
* | feature: static page update as opposed to live update of conversations on ↵ | zotlabs | 2016-11-01 | 1 | -0/+9 |
| | | | | the page. Changes will be queued until the page is reloaded. There may or may not be notifications of pending activity updates depending on your notification preferences. Endless scrolling (append) is still performed either way. This only affects changed and new/unseen items being inserted into the page. | ||||
* | bbcode event formatting issue | zotlabs | 2016-10-31 | 2 | -2/+3 |
| | |||||
* | provide plugin restrictions based on config settings | zotlabs | 2016-10-31 | 1 | -0/+7 |
| | |||||
* | improve the check in 9b42bc860 | zotlabs | 2016-10-30 | 1 | -1/+1 |
| | |||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev | Mario Vavti | 2016-10-30 | 1 | -3/+3 |
|\ | |||||
| * | change log string on pdo log messages | zotlabs | 2016-10-27 | 1 | -3/+3 |
| | | |||||
* | | possible fix for https://zothub.de/display/2d4996dd629504851d | Mario Vavti | 2016-10-30 | 1 | -2/+2 |
|/ | |||||
* | sql: limit 1 for UPDATE and DELETE is not supported by the SQL standard and ↵ | Florian Steinel | 2016-10-27 | 5 | -12/+12 |
| | | | | | | postgresql (see: https://www.postgresql.org/message-id/flat/1291109101.26137.35.camel%40pcd12478 ) | ||||
* | For z_dns_check() use config values from memory and ignore DB - as this ↵ | zotlabs | 2016-10-25 | 1 | -1/+6 |
| | | | | function can be called in the early stages of Setup when we first try to connect to the database. | ||||
* | make the edited header stand out slightly | zotlabs | 2016-10-25 | 1 | -1/+1 |
| | |||||
* | send "hidden" edit activities to networks which don't support edits themselves | zotlabs | 2016-10-25 | 2 | -3/+36 |
| | |||||
* | put all dns checking into one function, allow it to be ignored | zotlabs | 2016-10-25 | 4 | -9/+23 |
| | |||||
* | first cut at edit activities | zotlabs | 2016-10-25 | 3 | -5/+64 |
| | |||||
* | pdo - fetch assoc only | zotlabs | 2016-10-25 | 1 | -1/+1 |
| | |||||
* | set port if non-zero (instead of non-null) | zotlabs | 2016-10-24 | 2 | -2/+2 |
| | |||||
* | Merge pull request #559 from zotlabs/pdo | zotlabs | 2016-10-25 | 5 | -54/+123 |
|\ | | | | | Pdo DB driver |