aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* modernise chanview, which has a renewed purpose - to provide a connect link ↵zotlabs2016-10-262-17/+33
| | | | to foreign network members. The iframe no longer works due to content security policies, and people hated this with a passion anyway; so just provide a URL to visit.
* zot_finger from navbar people search loopingzotlabs2016-10-261-5/+24
|
* when inserting a link, if the url begins with '!' ignore oembed and do ↵zotlabs2016-10-261-5/+12
| | | | everytthing old school.
* the logic is much too complicated for the notifier. Let plugins know if they ↵zotlabs2016-10-261-1/+4
| | | | are going upstream or downstream with a simple binary variable.
* allow .htpreconfig.php to be loaded if you can't install without special ↵zotlabs2016-10-261-0/+6
| | | | | | settings or require PHP logging at that time; it is ignored during normal use.
* For z_dns_check() use config values from memory and ignore DB - as this ↵zotlabs2016-10-251-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 slightlyzotlabs2016-10-251-1/+1
|
* send "hidden" edit activities to networks which don't support edits themselveszotlabs2016-10-255-4/+39
|
* put all dns checking into one function, allow it to be ignoredzotlabs2016-10-255-11/+24
|
* first cut at edit activitieszotlabs2016-10-254-5/+66
|
* pdo - fetch assoc onlyzotlabs2016-10-251-1/+1
|
* set port if non-zero (instead of non-null)zotlabs2016-10-242-2/+2
|
* Merge pull request #559 from zotlabs/pdozotlabs2016-10-255-54/+123
|\ | | | | Pdo DB driver
| * found it...zotlabs2016-10-231-2/+2
| |
| * this seems to work, but there are unanswered questions and is still ↵zotlabs2016-10-231-5/+8
| | | | | | | | undergoing investigation. It appears that the data stored with os_content = 1 is not being escaped in all circumstances or the scaled image data is being escaped twice.
| * fetch bytea as streamzotlabs2016-10-231-1/+2
| |
| * Merge branch 'dev' into pdozotlabs2016-10-2319-3082/+3114
| |\
| * | pdo hackszotlabs2016-10-232-4/+18
| | |
| * | allow a dsn override to the database via the server argument. This could be ↵zotlabs2016-10-202-15/+21
| | | | | | | | | | | | used to allow unix domain sockets and other unusual configurations.
| * | pdo - cleanupzotlabs2016-10-201-7/+3
| | |
| * | Merge branch 'dev' into pdozotlabs2016-10-204-36/+146
| |\ \
| * | | more pdo tweakszotlabs2016-10-201-3/+24
| | | |
| * | | pdo testingzotlabs2016-10-202-7/+17
| | | |
| * | | use pdo for postgres alsozotlabs2016-10-195-17/+32
| | | |
| * | | pdo fixeszotlabs2016-10-191-4/+4
| | | |
| * | | pdo changes first cutzotlabs2016-10-192-30/+27
| | | |
| * | | Merge branch 'dev' into pdozotlabs2016-10-1983-5111/+10022
| |\ \ \
| * | | | some pdo workzotlabs2016-10-171-6/+12
| | | | |
* | | | | not null violation in mailzotlabs2016-10-241-3/+4
| | | | |
* | | | | some more places which require dbescbin and dbunescbinzotlabs2016-10-241-8/+9
| | | | |
* | | | | profile photo issue on postgreszotlabs2016-10-232-2/+3
| | | | |
* | | | | correct encodingzotlabs2016-10-232-3/+3
| |_|_|/ |/| | |
* | | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergezotlabs2016-10-235-12/+61
|\ \ \ \
| * \ \ \ Merge pull request #565 from anaqreon/wiki-downloadzotlabs2016-10-233-0/+35
| |\ \ \ \ | | | | | | | | | | | | Add wiki download button to export the selected wiki repo to a zip file
| | * | | | Add wiki download button to export the selected wiki repo to a zip fileAndrew Manning2016-10-223-0/+35
| | | | | |
| * | | | | Merge pull request #562 from fsteinel/issue-561zotlabs2016-10-232-12/+26
| |\ \ \ \ \ | | | | | | | | | | | | | | add column display_path to inserts into attachment, as this column is…
| | * | | | | until we've settled on what they should be, set os_path and display_path to ↵Florian Steinel2016-10-221-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | an emtpy string
| | * | | | | attach_mkdir use $os_path and $display_path initilized to an empty stringFlorian Steinel2016-10-221-2/+6
| | | | | | |
| | * | | | | add column display_path to inserts into attachment, as this column is a not ↵Florian Steinel2016-10-222-12/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | null column Conflicts: Zotlabs/Storage/Directory.php include/attach.php amend 54def92bcf75c08cd8dec3921e5ef26f23d85ffc display_path
* | | | | | | need to perform dbunescbin on stored filenames as well as binary data - this ↵zotlabs2016-10-233-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | is a no-op under mysql but could provide unpredictable data under postgres
* | | | | | | misplaced parenszotlabs2016-10-231-1/+1
|/ / / / / /
* | | | | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergezotlabs2016-10-223-17/+3
|\ \ \ \ \ \
| * | | | | | provide lockstate for events and remove obsolete codeMario Vavti2016-10-223-17/+3
| | |/ / / / | |/| | | |
* / | | | | php warning, $uplink didn't have a defaultzotlabs2016-10-221-1/+1
|/ / / / /
* | | | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergezotlabs2016-10-211-1/+1
|\ \ \ \ \
| * \ \ \ \ Merge pull request #563 from ilu33/devzotlabs2016-10-221-1/+1
| |\ \ \ \ \ | | | | | | | | | | | | | | Postgres complaining again ...
| | * | | | | 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... ^ ```
* | / / / / issue #564zotlabs2016-10-212-2/+2
|/ / / / /
* / / / / squash timezone adjusted birthdays into a single day in the calendar, by ↵zotlabs2016-10-211-0/+6
|/ / / / | | | | | | | | | | | | lying and telling the js calendar that the end date/time is unknown
* | | | better fix for navbar channel autocomplete, refrain from search until a ↵zotlabs2016-10-211-1/+1
| | | | | | | | | | | | | | | | minimum of 3 chars entered. 2 typically gives way too many results and usually low quality results.