aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Profiles.php
Commit message (Collapse)AuthorAgeFilesLines
* get devHilmar R2021-03-011-1/+1
|
* restrict length of short profile title/description to 190characters to omit ↵Mario2021-01-121-125/+125
| | | | sql warnings about too long string data
* use channel indexnobody2020-09-211-1/+1
| | | (cherry picked from commit 846d30239d97091d1e6b56e923c1965471f6bbff)
* apply channel name changes to all associated xchansnobody2020-09-211-2/+2
| | | (cherry picked from commit f2ac1e4b7d2aa4854ed08ded49b2ed2dd10fab59)
* move from build_sync_packet() to Libsync::build_sync_packet()Mario2020-04-091-1/+3
|
* fix linkify_tags() so it works with xchans across multiple protocols, also ↵zotlabs2019-02-031-14/+14
| | | | some fixes to activity parsing from upstream.
* introduce profile settings and provide a way for modules without an app to ↵Mario2018-09-221-2/+2
| | | | still be able to link to its settings page from the navbar
* rename relation to relationship - issue #1044Mario Vavti2018-04-071-1/+1
|
* reveal the profile name field only if multi prifiles feature is enabledMario Vavti2018-03-141-7/+4
|
* whitespaceMario Vavti2018-03-141-16/+16
|
* provide a mechanism to mark apps active in the bingit-marijus2017-07-211-1/+1
|
* prep workzotlabs2017-02-271-0/+1
|
* deleting profile vcard entries was pretty well borkedzotlabs2017-02-231-2/+4
|
* more work on profile vcards - still a lot of work to gozotlabs2017-02-231-9/+27
|
* use profile_store_lowlevel() when creating additional profileszotlabs2017-02-091-9/+10
|
* more integration of vcard and profileszotlabs2017-01-151-3/+31
|
* profile vcard - generate vcard on profile updatezotlabs2017-01-011-1/+13
|
* more vcard workzotlabs2016-12-211-1/+1
|
* Postgres complaining again ...ilu332016-10-221-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 checkingzotlabs2016-10-131-7/+1
|
* remove the rest of the backticks from sql queries; replace with TQUOT const ↵zotlabs2016-10-121-3/+3
| | | | which is driver dependent
* more backticksredmatrix2016-10-031-50/+50
|
* null_date conversion; phase 1redmatrix2016-09-251-1/+1
|
* permission fixesredmatrix2016-07-191-2/+2
|
* remove the app $a passed to profile_load, also add profile_load to mod_wiki ↵redmatrix2016-06-261-2/+2
| | | | which should fix issue #431
* more db column renamesredmatrix2016-05-311-22/+17
|
* renamed include files identity.php (channel.php) and Contact.php ↵redmatrix2016-05-221-2/+2
| | | | (connections.php)
* remove redundant includeredmatrix2016-05-201-3/+0
|
* consolidate include/*_selectors.php (not touching acl_selectors for the ↵redmatrix2016-05-201-1/+2
| | | | moment, as it will likely end up with a different disposition)
* daemon conversion continued...redmatrix2016-05-191-1/+1
|
* make it more obvious what is behind the dropdownsMario Vavti2016-04-251-0/+1
|
* module updatesredmatrix2016-04-181-0/+795