Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | in this case no results is not an error | redmatrix | 2015-09-03 | 1 | -3/+2 |
| | |||||
* | fix update 1148 | zottel | 2015-09-03 | 1 | -11/+18 |
| | |||||
* | dummy update | redmatrix | 2015-09-02 | 1 | -2/+10 |
| | |||||
* | dummy update placeholder | redmatrix | 2015-09-01 | 1 | -1/+8 |
| | |||||
* | change the likes db structure to make it more easily importable/exportable | redmatrix | 2015-08-31 | 3 | -1/+24 |
| | |||||
* | issues with abook sync between hubzilla and red | redmatrix | 2015-08-23 | 1 | -1/+2 |
| | |||||
* | missed this one - it's required | redmatrix | 2015-08-20 | 3 | -2/+14 |
| | |||||
* | add event_sequence for vtodo's | redmatrix | 2015-08-18 | 3 | -3/+17 |
| | |||||
* | add DB support for tasks, todo items and repeating events | redmatrix | 2015-08-16 | 3 | -2/+35 |
| | |||||
* | dummy update | redmatrix | 2015-07-30 | 1 | -1/+6 |
| | |||||
* | no this isn't it. well ok, it's part of it, but not the important part. it's ↵ | redmatrix | 2015-06-28 | 3 | -1/+15 |
| | | | | still pretty cool. | ||||
* | add site_dead flag to prevent delivery to dead sites. Allow sys channel ↵ | redmatrix | 2015-06-08 | 3 | -2/+17 |
| | | | | webpages to be viewed even if site is configured "block public". | ||||
* | add menu_created, menu_edited fields to DB | redmatrix | 2015-05-28 | 3 | -2/+32 |
| | |||||
* | Document php-xml requirement for webdav. | Alexandre Hannud Abdo | 2015-05-19 | 1 | -2/+4 |
| | |||||
* | provide default permissions ('all') for existing and newly created OAuth app ↵ | redmatrix | 2015-05-14 | 1 | -2/+23 |
| | | | | clients, which will be extended in the future to allow specific permissions. | ||||
* | Updated INSTALL.txt - outdated link corrected | Oliver Lorenz | 2015-04-28 | 1 | -1/+1 |
| | |||||
* | update resource links | friendica | 2015-04-01 | 1 | -2/+2 |
| | |||||
* | add channel_lastpost timestamp to help optimise some outrageously expensive ↵ | friendica | 2015-03-26 | 3 | -1/+19 |
| | | | | queries. | ||||
* | we upped the php version requirement. So up yours. | friendica | 2015-03-18 | 1 | -1/+1 |
| | |||||
* | mysql schema typo, do the install check for store before chcking smarty, as ↵ | friendica | 2015-03-15 | 2 | -3/+3 |
| | | | | that is where the dir is created, change install doc to point to install/schema_xxxxx.sql instead of database.sql | ||||
* | sql optimisation for affinity searches. A new index was added which wasn't ↵ | friendica | 2015-03-10 | 2 | -1/+3 |
| | | | | added retro-actively to existing DBs as an update. It isn't clear if this helps sites any more than just restricting the abook table to certain channel_id's is (and this field is already indexed). | ||||
* | add queue priority | friendica | 2015-03-04 | 3 | -2/+15 |
| | |||||
* | finish converting "delete" to trash icons for consistency. The 'x' was left ↵ | friendica | 2015-02-26 | 1 | -2/+6 |
| | | | | in a couple of places like the group list widget and saved search term widget and ignoring friend suggestions where it was more appropriate to leave it. | ||||
* | fix issues in schema_postgres.sql | Daniel Frank | 2015-02-26 | 1 | -2/+2 |
| | | | | - change PRIMARY_KEY to PRIMARY KEY - replace smallint(1) with smallint | ||||
* | require access token to view, query, or join directories in private realms, ↵ | friendica | 2015-02-24 | 3 | -2/+14 |
| | | | | if the realm is so configured. | ||||
* | updated install doc | friendica | 2015-02-20 | 1 | -11/+19 |
| | |||||
* | update the install doc for addons - the procedure is a bit different now ↵ | friendica | 2015-02-19 | 1 | -4/+6 |
| | | | | (although it shouldn't break anything on existing sites.) | ||||
* | make sql work on both db types | Habeas Codice | 2015-02-13 | 1 | -1/+1 |
| | |||||
* | provide relief to sites that are severely impacted by the slow ITEM_UNSEEN ↵ | friendica | 2015-02-12 | 3 | -1/+15 |
| | | | | searches. This does not incorporate any other flag optimisations as that will require a major DB update and possibly involve significant downtime. This is just to bite off a little chunk now and provide some much needed relief. | ||||
* | make update 1133 work in PHP < 5.5 | zottel | 2015-02-10 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of https://github.com/friendica/red | Habeas Codice | 2015-02-05 | 3 | -2/+11 |
|\ | |||||
| * | admin/dbsync not reporting failed updates | friendica | 2015-02-01 | 1 | -1/+1 |
| | | |||||
| * | two tracks proceeding in parallel - first adding the ability to store a ↵ | friendica | 2015-02-01 | 3 | -1/+10 |
| | | | | | | | | digital signature with ratings so that directories can pass them around, second provide some directory registration functions so we can obtain a list of directories from somewhere (to pass ratings around between them). This gives the primary directory role some value as that is where you register your directory. | ||||
* | | typo/cleanup pg only | Habeas Codice | 2015-02-05 | 1 | -4/+5 |
|/ | |||||
* | Add more detail about directory_mode settings to default config and docs | Habeas Codice | 2015-01-30 | 1 | -4/+4 |
| | |||||
* | postgres does not support the , syntax. a ; would work, if it weren't ↵ | Habeas Codice | 2015-01-28 | 1 | -1/+3 |
| | | | | | | | statement-locked. FWIW, the exact same queries listed for postgres are perfectly valid and equivalent on mysql. no need for separate statements. | ||||
* | provide storage for directory based reputation in the xlink table by setting ↵ | friendica | 2015-01-26 | 3 | -2/+17 |
| | | | | xlink_static = 1, so that xlink_static = 0 is traditional poco linkages | ||||
* | typo | Habeas Codice | 2015-01-25 | 1 | -1/+1 |
| | |||||
* | update schema | Habeas Codice | 2015-01-25 | 1 | -1/+1 |
| | |||||
* | suppress notices that might be confusing | Habeas Codice | 2015-01-25 | 1 | -2/+2 |
| | |||||
* | unmatched parens | Habeas Codice | 2015-01-23 | 1 | -1/+1 |
| | |||||
* | add db update 1131/1132 to database schemas | zottel | 2015-01-23 | 2 | -0/+4 |
| | |||||
* | typo in postgres db update, remove redmatrix.nl from directory servers since ↵ | friendica | 2015-01-20 | 1 | -1/+1 |
| | | | | it isn't a directory server any more. | ||||
* | oauth permissions table | friendica | 2015-01-19 | 3 | -2/+58 |
| | |||||
* | fix update 1131 for postgres databases | Habeas Codice | 2015-01-18 | 1 | -1/+14 |
| | |||||
* | more backend work on poco rating | friendica | 2015-01-15 | 1 | -1/+11 |
| | |||||
* | fix driver issue for large dbs | Habeas Codice | 2014-11-20 | 1 | -25/+76 |
| | | | | add rudimentary resume | ||||
* | simple command-line migrator from mysql to postgres | Habeas Codice | 2014-11-17 | 2 | -0/+361 |
| | | | | provided with the WorksForMe(tm) warranty of fitness for a purpose implied or otherwise | ||||
* | Merge remote-tracking branch 'upstream/master' | Habeas Codice | 2014-11-13 | 3 | -191/+2488 |
|\ | | | | | | | | | | | | | | | | | | | | | | | Conflicts: boot.php include/dba/dba_driver.php include/diaspora.php include/follow.php include/session.php include/zot.php mod/photos.php mod/ping.php | ||||
| * | add defaults to database tables | friendica | 2014-11-09 | 2 | -190/+2467 |
| | |