Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | provide a mechanism to mark apps active in the bin | git-marijus | 2017-07-21 | 1 | -1/+1 |
| | |||||
* | prep work | zotlabs | 2017-02-27 | 1 | -0/+1 |
| | |||||
* | deleting profile vcard entries was pretty well borked | zotlabs | 2017-02-23 | 1 | -2/+4 |
| | |||||
* | more work on profile vcards - still a lot of work to go | zotlabs | 2017-02-23 | 1 | -9/+27 |
| | |||||
* | use profile_store_lowlevel() when creating additional profiles | zotlabs | 2017-02-09 | 1 | -9/+10 |
| | |||||
* | more integration of vcard and profiles | zotlabs | 2017-01-15 | 1 | -3/+31 |
| | |||||
* | profile vcard - generate vcard on profile update | zotlabs | 2017-01-01 | 1 | -1/+13 |
| | |||||
* | more vcard work | zotlabs | 2016-12-21 | 1 | -1/+1 |
| | |||||
* | Postgres complaining again ... | ilu33 | 2016-10-22 | 1 | -1/+1 |
| | | | | | | | | ```sql UPDATE abook SET abook_profile = (SELECT profile_guid AS FROM profile WHERE is_default = 1 AND uid = 13 LIMIT 1) WHERE abook_profile = '' AND abook_channel = 13 ; returned false ERROR: syntax error at or near "profile" LINE 1: ... SET abook_profile = (SELECT profile_guid AS FROM profile WH... ^ ``` | ||||
* | additional array checking | zotlabs | 2016-10-13 | 1 | -7/+1 |
| | |||||
* | remove the rest of the backticks from sql queries; replace with TQUOT const ↵ | zotlabs | 2016-10-12 | 1 | -3/+3 |
| | | | | which is driver dependent | ||||
* | more backticks | redmatrix | 2016-10-03 | 1 | -50/+50 |
| | |||||
* | null_date conversion; phase 1 | redmatrix | 2016-09-25 | 1 | -1/+1 |
| | |||||
* | permission fixes | redmatrix | 2016-07-19 | 1 | -2/+2 |
| | |||||
* | remove the app $a passed to profile_load, also add profile_load to mod_wiki ↵ | redmatrix | 2016-06-26 | 1 | -2/+2 |
| | | | | which should fix issue #431 | ||||
* | more db column renames | redmatrix | 2016-05-31 | 1 | -22/+17 |
| | |||||
* | renamed include files identity.php (channel.php) and Contact.php ↵ | redmatrix | 2016-05-22 | 1 | -2/+2 |
| | | | | (connections.php) | ||||
* | remove redundant include | redmatrix | 2016-05-20 | 1 | -3/+0 |
| | |||||
* | consolidate include/*_selectors.php (not touching acl_selectors for the ↵ | redmatrix | 2016-05-20 | 1 | -1/+2 |
| | | | | moment, as it will likely end up with a different disposition) | ||||
* | daemon conversion continued... | redmatrix | 2016-05-19 | 1 | -1/+1 |
| | |||||
* | make it more obvious what is behind the dropdowns | Mario Vavti | 2016-04-25 | 1 | -0/+1 |
| | |||||
* | module updates | redmatrix | 2016-04-18 | 1 | -0/+795 |