zotlabs
4c0c153b8f
move emoji emoticons (not reactions) to plugin
2017-03-05 16:18:09 -08:00
zotlabs
d5d67708ac
Alter the queue so that each queue item stores the scheduled time of the next delivery. This keeps the query for
...
queued items simple. We no longer group by posturl; as the queue update function will only keep one item per destination
scheduled for shorter term processing. Others (multiple queued items for a single destination) will be scheduled for
delivery far into the future and only delivered if the hub responds to the "active" or short term queue item.
2017-01-29 14:45:25 -08:00
zotlabs
bb85e139f1
more vcard work
2016-12-21 15:03:33 -08:00
zotlabs
bae28965ab
issue #446 apps usability - disable app if attached to a plugin that is uninstalled, allow system apps to be soft deleted and undeleted from the edit pane.
2016-12-14 19:11:01 -08:00
zotlabs
e776e79c1e
api function item/new renamed to item/store as that more closely reflects its purpose. It can also be used to store an edit of an existing item. I believe this is a reasonably safe change at this time as I don't believe there is any software currently making use of this call - instead using the Twitter API which is now a plugin.
...
Also some work to make the install documentation agnostic to project name variations. This is not yet complete.
2016-12-02 21:54:50 -08:00
zotlabs
6e016c439c
db update required for Zot2
2016-11-22 14:15:33 -08:00
zotlabs
9c05f37c0f
update setup and install documents for PDO and the freebsd issue with
...
dns_get_record()
2016-10-27 19:02:27 -07:00
Florian Steinel
c1c96e01fa
sql: limit 1 for UPDATE and DELETE is not supported by the SQL standard and postgresql
...
(see: https://www.postgresql.org/message-id/flat/1291109101.26137.35.camel%40pcd12478 )
2016-10-27 02:41:32 +02:00
zotlabs
6c7972470b
if we have to go through this contortion every time we change a DB column from unsigned to signed...
2016-10-17 16:10:32 -07:00
zotlabs
40ce6724a9
"alter table alter" has completely different rules between postgres and mysql
2016-10-17 15:13:58 -07:00
zotlabs
5ea46444e9
issue #550
2016-10-16 00:29:51 -07:00
zotlabs
e314510005
minor
2016-10-12 20:41:59 -07:00
zotlabs
facc6ee6b3
allow hooks to have negative priority
2016-10-12 20:04:19 -07:00
redmatrix
71632ac2d2
issue #536 , path to nginx and lighttpd config scripts was wrong
2016-09-27 22:04:52 -07:00
redmatrix
4663278f52
Merge branch 'nulldate' into dev
2016-09-26 18:17:38 -07:00
redmatrix
cacdac16aa
next wave of nulldate fixes
2016-09-26 18:16:43 -07:00
redmatrix
24ddc8e026
issue #523
2016-09-22 17:00:32 -07:00
redmatrix
ec5cc08fab
issue #521 , add 'map' extension to files served natively by nginx without using the project controller
2016-09-21 15:47:18 -07:00
Mario Vavti
f55636bcb5
fix #514
2016-09-15 10:20:04 +02:00
redmatrix
7121d8e427
issue #511 , postgres schema issues
2016-09-09 21:25:57 -07:00
redmatrix
c2f83639d4
provide version info in /pubsites
2016-09-07 17:36:45 -07:00
redmatrix
ea0be8ea1a
provide techlevels in the pro server role. Should have no visible effect on other roles.
2016-08-31 17:49:22 -07:00
redmatrix
1e6a491400
change default server role
2016-08-22 19:45:21 -07:00
redmatrix
5243dd153b
use config system.server_role and deprecate 'UNO'
2016-08-07 17:29:35 -07:00
redmatrix
b63165b6e0
more perms work (a lot more)
2016-07-18 21:37:34 -07:00
redmatrix
de4f9d68bd
Merge branch 'dev' into perms
2016-07-17 21:40:04 -07:00
redmatrix
d660bde324
missing brace
2016-07-14 20:53:38 -07:00
redmatrix
94bd53c0f1
schema updates for zot access tokens
2016-07-14 20:51:15 -07:00
redmatrix
6424bac47c
Merge branch 'dev' into perms
2016-07-12 20:50:27 -07:00
redmatrix
b6987b4287
the abconfig defaults weren't changed in the schema files when they were changed in the code
2016-07-12 13:15:20 -07:00
redmatrix
917a465ccd
more work on perms
2016-07-09 19:03:29 -07:00
redmatrix
e11330a5c8
revise how we store perm_limits
2016-07-07 16:44:58 -07:00
redmatrix
6bf2e8a108
some perms fixes to stuff that was already written before I move on
2016-07-04 16:30:03 -07:00
redmatrix
916e088462
make permissionlimits into a class
2016-07-03 18:20:15 -07:00
redmatrix
c918bbba25
more work on x permissions
2016-07-03 17:10:00 -07:00
Habeas Codice
f40f7b4d6e
typos
2016-06-27 16:06:09 -07:00
redmatrix
51e2ef39c2
db update for abconfig transition
2016-06-23 18:35:01 -07:00
redmatrix
dbb0a0283f
schema changes needed for the caldav client bit
2016-06-18 15:33:47 -07:00
redmatrix
1e68d4fb75
deprecate the item_id table - replace with iconfig. A possibly useful function in the iconfig class would be a search which takes a service id and type and uid, matches against an item and returns the iid. That could save a bit of code duplication.
2016-06-13 19:58:24 -07:00
redmatrix
05d9e1bee5
check all return values
2016-06-01 22:05:17 -07:00
redmatrix
a9d7acda27
the rest of the schema updates - WARNING: some third party plugins may fail; e.g. embedphotos and chess. $item['object'] is now $item['obj'] and $photo['type'] is $photo['mimetype'], $photo['scale'] is $photo['imgscale'] and $photo['data'] is now $photo['content']. There are a number of other changes, but these are the ones noted to cause issues with third-party plugins. The project plugins have been updated. Please note any new issues as this effort touched a lot of code in a lot of files.
2016-06-01 21:48:54 -07:00
redmatrix
b1259876bf
more db column renames
2016-05-31 21:45:33 -07:00
redmatrix
dfb6255f59
more removal of reserved words from DB schemas
2016-05-31 17:50:47 -07:00
redmatrix
ca78374f30
remove unused tables
2016-05-30 22:41:45 -07:00
redmatrix
6602ff83dd
start removing reserved words from database column names (this run: addon and hook)
2016-05-30 19:44:30 -07:00
redmatrix
3b2679db29
fix remote_channel(), update php minversion requirement
2016-05-29 18:38:24 -07:00
redmatrix
ac4688eac0
allow objs to represent inventory
2016-05-27 23:57:47 -07:00
redmatrix
096fdfc61b
consolidate all the sys_boot functionality that is common between the web server and the cli daemon manager. Get rid of yet another global variable ($default_timezone) whilst doing so.
2016-05-26 16:33:01 -07:00
redmatrix
7b91e551c4
kill off mcrypt
2016-05-26 13:21:43 -07:00
redmatrix
3aa6e96904
update the installation text for the cron setup
2016-05-19 22:59:25 -07:00
redmatrix
3df0bb5522
some preliminary structural work for app organisation
2016-05-03 18:41:16 -07:00
redmatrix
bd2f11ed8b
db schema change to add tags to content sources
2016-05-01 21:00:02 -07:00
redmatrix
1ff189ee90
new hook interface (the old one still works but requires handlers to have two calling arguments; the first of which is no longer used). The new interface is called from Zotlabs\Extend\Hook::register() and allows you to specify which hook version to use. The default will be the new interface with one function argument. We also implement the hook priority field which was always there but needed to be set manually in the DB. This provides a way for two hook handlers that implement the same hook interface to determine which order to be called in the event of conflicts.
2016-04-21 17:03:05 -07:00
redmatrix
c0bdcfedeb
log if the session handler fails and surface the ssl_cookie config setting
2016-04-08 05:10:36 -07:00
redmatrix
9abd95fad3
static App
2016-03-31 16:06:03 -07:00
redmatrix
32c23ef562
some minor cleanups
2016-03-10 15:43:59 -08:00
Peter Hormanns
7edc505c2f
fix typo in postgres schema
2016-03-01 17:54:52 +01:00
redmatrix
be2b7c0b5f
abconfig
2016-02-29 19:31:52 -08:00
redmatrix
6300f47cdc
schema change to support channel move (a completely different operation than channel clone)
2016-02-24 17:00:16 -08:00
Bob Mottram
29c9e7c0a2
Remove stray comma
2016-02-23 19:50:45 +00:00
redmatrix
76bf892f9f
iconfig - add sharing variable
2016-02-18 00:20:08 -08:00
redmatrix
4da7fcb41d
schema updates for iconfig
2016-02-17 16:24:26 -08:00
Jeroen van Riet Paap
d04aef4c44
don't confuse people with matrix
2016-02-12 17:17:26 +01:00
redmatrix
a14b87baf2
make yet another recommended security header optional - this time because of piwik. Personally I think if you want to track people you really don't understand this project and its history, but whatever....
2016-02-08 14:48:11 -08:00
redmatrix
9cf105f8ea
initial uno config
2016-02-04 23:58:31 -08:00
Jeroen van Riet Paap
08fbe17627
no trailing slash
...
it will break your system
2016-01-27 23:40:33 +01:00
redmatrix
48495f41e8
provide mechanism for custom .well-known handlers and static files (e.g. for letsencypt ownership verification). Document that if you create a .well-known directory to validate a letsencrypt cert you need to remove it before installing hubzilla. We probably need a check for this in the install checklist.
2016-01-22 02:22:27 -08:00
redmatrix
a076a248bf
add db_type to sample htconfig
2016-01-18 14:47:16 -08:00
redmatrix
961540160f
cleanup text in INSTALL.txt
2016-01-12 20:05:16 -08:00
redmatrix
2aa3acae6b
remove deprecated table
2015-12-15 19:46:24 -08:00
jeroenpraat
7244dfce1d
Typos
2015-12-12 17:32:29 +01:00
jeroenpraat
fb5ac37ca2
That script is taken from someone else without any contribution ( http://blog.strictly-software.com/2013/07/apache-performance-tuning-bash-script.html ). Also the English is very bad. Anyway, I've replaced it with some general tips that all web admins should know.
2015-12-12 17:30:02 +01:00
royalterra
4633273279
Update INSTALL.txt
...
Add Link to ApacheTune for configure mod Prefork
2015-12-11 09:49:14 +00:00
royalterra
d0482133a5
Update INSTALL.txt
2015-12-11 09:48:04 +00:00
redmatrix
3f920da413
update error
2015-12-06 14:25:47 -08:00
redmatrix
36ef1d1bc6
move the instance stuff to abook where it belongs
2015-12-05 13:24:58 -08:00
zottel
4c4db6f73c
added info about Apache settings to avoid Apache running wild
2015-11-27 10:35:31 +01:00
redmatrix
391807b46c
small fixes, removed old unused database row, and log more prominently a missing directory server URL
2015-11-12 16:45:38 -08:00
Waitman Gobble
f94a8698dd
updates to Postgres schema
2015-11-11 07:42:41 -08:00
redmatrix
9a42d63516
Merge https://github.com/redmatrix/redmatrix into pending_merge
...
Conflicts:
boot.php
install/update.php
2015-11-06 12:43:51 -08:00
redmatrix
1c8f63f1e5
rev update
2015-11-06 12:34:29 -08:00
redmatrix
2ebd9a2774
fix path for attachments using os_storage uploaded through attach_store
2015-11-04 23:48:55 -08:00
redmatrix
f8b612a2c0
Merge https://github.com/redmatrix/redmatrix into pending_merge
...
Conflicts:
install/update.php
2015-11-04 23:17:09 -08:00
redmatrix
76043d97bd
dummy update
2015-11-04 23:06:37 -08:00
redmatrix
ea37882b95
Merge https://github.com/redmatrix/redmatrix into pending_merge
...
Conflicts:
include/zot.php
install/schema_mysql.sql
install/schema_postgres.sql
install/update.php
mod/zfinger.php
2015-10-19 16:18:04 -07:00
redmatrix
57e0bfc5a9
add the project name to site info packet
2015-10-19 16:07:14 -07:00
redmatrix
7fe6bc52d0
change setup defaults to 127.0.0.1 instead of localhost for DB server, add documentation to the INSTALL.txt explaining the choice.
2015-10-16 13:05:40 -07:00
redmatrix
93f061f78a
mail sync/migrate continued; also abstract delivery loop to make it re-usable, change refresh_all to use delivery loop.
2015-10-15 18:52:04 -07:00
redmatrix
7517c76ae4
Merge https://github.com/redmatrix/redmatrix into pending_merge
...
Conflicts:
install/update.php
2015-10-15 16:02:37 -07:00
redmatrix
e26f771cbe
dummy update
2015-10-15 16:00:31 -07:00
redmatrix
5c526995d8
resolve conflicts
2015-09-28 19:07:31 -07:00
redmatrix
50ee82e8bd
Merge https://github.com/redmatrix/redmatrix into pending_merge
2015-09-28 19:06:10 -07:00
redmatrix
3a8e1e0484
process_delivery: ignore self
2015-09-28 19:04:36 -07:00
redmatrix
edbcba6f11
schema support for additional site types
2015-09-28 04:15:21 -07:00
redmatrix
e04f04ef0f
Merge https://github.com/redmatrix/redmatrix into pending_merge
...
Conflicts:
install/update.php
2015-09-23 22:33:48 -07:00
redmatrix
0f3c2c4b24
add vdata field for caldav
2015-09-23 22:32:46 -07:00
redmatrix
8a94a4938f
dummy update
2015-09-23 22:31:49 -07:00
redmatrix
15b241cc3e
remove dummy update from merge
2015-09-22 02:34:34 -07:00
redmatrix
2b07a69b93
Merge https://github.com/redmatrix/redmatrix into pending_merge
2015-09-22 02:34:05 -07:00
redmatrix
5068ce0569
dummy update
2015-09-22 02:33:24 -07:00