aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | revisit the import_author_zot algorithm yet again. There was one bug that we ↵zotlabs2017-04-061-2/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | weren't returning necessary information in the first SQL query - and performance/loading problem if one tries to refresh a dead site.
| * | | | | | | | | | | | | revert grid and bars icon size changezotlabs2017-04-051-1/+1
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | make legal_webbie() pluggable - * this should not be merged with federated ↵zotlabs2017-04-054-17/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | projects unless the federation drivers make use of the hooks.
| * | | | | | | | | | | | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-04-0512-63/+99
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | import_author_xchan - since we rarely refresh zot-info for non-connections, ↵zotlabs2017-04-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | force a cache reload once a week to catch things like profile photo updates and location changes
| * | | | | | | | | | | | | | legal_webbie() now provides different character rules depending on whether ↵zotlabs2017-04-031-25/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | you federate or not. Added some comments in a few places that needed them.
| * | | | | | | | | | | | | | create site_store_lowlevel() to initialise data structures for the site tablezotlabs2017-04-034-39/+63
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | sql error photos_albums_list with non-logged-in viewerzotlabs2017-04-022-3/+6
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | reference to deprecated function import_author_diaspora in socgraph.phpzotlabs2017-04-021-9/+1
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | remove some obsolete permissions stuffzotlabs2017-04-022-415/+6
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | fix connectDefaultShare generated js function, though it isn't obvious if we ↵zotlabs2017-04-021-19/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | still use it.
| * | | | | | | | | | | | | | change hook for perm_is_allowed while retaining backwards compatibilityzotlabs2017-04-021-3/+4
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | import_author_zot() - check for both hubloc and xchan entries. This should ↵zotlabs2017-04-021-5/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | catch and repair entries which were subject to transient storage failures.
| * | | | | | | | | | | | | | app sorting issuezotlabs2017-04-021-3/+13
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | logic errorzotlabs2017-04-021-2/+4
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | import authors from any unrecognised network as network 'unknown'.zotlabs2017-04-021-3/+3
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | harden securityzotlabs2017-04-021-10/+26
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | use aes-ctr which is slightly/arguably better than a poke in the eye and ↵zotlabs2017-04-013-20/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | don't restrict the crypto algorithm by server role.
| * | | | | | | | | | | | | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-03-3114-60/+60
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | stringszotlabs2017-03-311-3044/+3010
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | aes256gcm is not ready for prime time. Stay tuned. Until it is, we're pretty ↵zotlabs2017-03-301-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | much stuffed unless we go to 3rd party crypto libs.
| * | | | | | | | | | | | | | | Merge branch 'importcsrf' of https://github.com/dawnbreak/hubzilla into csrfzotlabs2017-03-304-7/+8
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | whitespacezotlabs2017-03-301-12/+14
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | make aes256gcm the primary crypto modezotlabs2017-03-301-1/+14
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-03-3021-432/+3283
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | circular logic - we need the mailbox to find the last message so move the ↵zotlabs2017-03-291-4/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | code block back where it was, and only set a direct mid if one was specified.
| * | | | | | | | | | | | | | | | | when clicking a notification to view a private mail message, actually view ↵zotlabs2017-03-291-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | that message instead of the most recent.
| * | | | | | | | | | | | | | | | | channel_store_lowlevel declared twicezotlabs2017-03-292-42/+0
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-03-299-25/+80
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | scaling issue with fa-th and fa-bars icons when using boostrap-red.css:37 ↵zotlabs2017-03-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #navbar-collapse-1 i { font-size 1.0rem; }; FF 52.0.1 on Win7; 0.9rem and 1.1rem both render much better. 1.1 is a bit large so going with 0.9
| * | | | | | | | | | | | | | | | | | fix a couple more instances where we were still calling mail() directly for ↵zotlabs2017-03-281-27/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | site critical messages
| * | | | | | | | | | | | | | | | | | get rid of some more deprecated uses of $azotlabs2017-03-283-9/+7
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | license updatezotlabs2017-03-281-2/+5
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | update readmezotlabs2017-03-281-1/+1
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | remove obsolete app argument from load_pdlzotlabs2017-03-283-3/+3
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | get rid of get_app()zotlabs2017-03-287-30/+3
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-03-2817-169/+238
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | add 'author_is_pmable()' function with plugin hooks to control whether or ↵zotlabs2017-03-273-3/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | not to display a 'send mail' link in the thread author menu.
| * | | | | | | | | | | | | | | | | | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-03-27467-620/+9413
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-03-268-204/+33
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | use the long form legal text.zotlabs2017-03-251-1/+2
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | update licensezotlabs2017-03-251-2/+2
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | widget file updatezotlabs2017-03-251-2/+2
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | rm widgets againzotlabs2017-03-251-1778/+0
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-03-25178-10355/+14634
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | provide platform specific install scriptzotlabs2017-03-251-3/+5
| | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | provide compatibility with old-style update systemzotlabs2017-03-251-6/+16
| | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | get rid of 'davguest' and allow for project specific DB updates (currently ↵zotlabs2017-03-254-2138/+2128
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | db updates are common between all possible projects/subprojects/forks).
| * | | | | | | | | | | | | | | | | | | | | | move db_upgrade to zlibzotlabs2017-03-236-199/+129
| | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | rev updatezotlabs2017-03-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | |