aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
Commit message (Collapse)AuthorAgeFilesLines
* If a contact has had delivery issues in the last 15 minutes, send new posts ↵friendica2012-05-071-1/+1
| | | | | | | straight to the queue and don't even try to connect. Also defer polling for stuck contacts. Should reduce the number of stuck processes trying to connect with dead or dying servers significantly.
* rev updatefriendica2012-05-061-1/+1
|
* bad sql left after the mailbox in/out mergefriendica2012-05-051-1/+1
|
* only show remove category to item ownerfriendica2012-05-041-1/+1
|
* string updatefriendica2012-05-031-1/+1
|
* rev updatefriendica2012-05-021-1/+1
|
* provide "service_class" identifier which will let us provide service_class ↵friendica2012-05-021-1/+1
| | | | limits such as number of FB friends, etc.
* perform basic validationfriendica2012-05-011-3/+6
|
* convert html entities to utf-8 before email header encodingfriendica2012-05-011-1/+1
|
* adding zrl support to social graphsfriendica2012-05-011-1/+1
|
* hidden plugins (add .hidden file to dir)friendica2012-04-301-1/+7
|
* rev updatefriendica2012-04-301-1/+1
|
* start adding tooltips to tab menusfriendica2012-04-301-0/+5
|
* activitystreams schema constants for "join group"friendica2012-04-291-0/+3
|
* admin page to manage failed updatesfriendica2012-04-291-1/+1
|
* improved db error loggingfriendica2012-04-291-1/+1
|
* add db field for removed account, which will also be the first test of ↵friendica2012-04-291-1/+1
| | | | update error checking
* indicate successful updatesfriendica2012-04-281-4/+8
|
* some constants for the db update failure possibilitiesfriendica2012-04-281-0/+8
|
* bring back the email and logging of update failures, but without the ↵friendica2012-04-281-25/+19
| | | | transactions
* a few more continues that should be returnsfriendica2012-04-281-1/+1
|
* archive contact flagfriendica2012-04-271-1/+1
|
* rev updatefriendica2012-04-271-1/+1
|
* rev updatefriendica2012-04-261-1/+1
|
* rev update, fix autoname test "random" failurefriendica2012-04-261-1/+1
|
* Merge https://github.com/friendica/friendica into pullfriendica2012-04-241-26/+36
|\
| * remove html from get_birthdays() and get_events()Fabio Comuni2012-04-241-23/+33
| |
| * events page: set calendar start date from url (events/[year]/[month]/) and ↵Fabio Comuni2012-04-241-4/+4
| | | | | | | | show event popup from url anchor (#link-[event id])
* | rev updatefriendica2012-04-241-1/+1
|/
* more work on mail2 (introductions), added 'm' (mail) flag to ACL backend for ↵friendica2012-04-231-1/+1
| | | | autocomplete of PM recips
* don't allow non-existent themes as choicesfriendica2012-04-221-1/+1
|
* rev updatefriendica2012-04-211-1/+1
|
* rev updatefriendica2012-04-211-1/+1
|
* rev updatefriendica2012-04-201-1/+1
|
* rev updatefriendica2012-04-161-1/+1
|
* rev updatefriendica2012-04-151-1/+1
|
* track requested profile error msgfriendica2012-04-141-1/+2
|
* pass zrl's to/through global directoryfriendica2012-04-141-2/+4
|
* rev updatefriendica2012-04-131-1/+1
|
* profile change activitiesfriendica2012-04-121-0/+1
|
* rev updatefriendica2012-04-121-1/+1
|
* turn off update transactions until we figure out how to do them safely.friendica2012-04-121-23/+23
|
* extensible item_id table for managing all the different message-ids ↵friendica2012-04-111-2/+2
| | | | generated by multiple services
* rev updatefriendica2012-04-101-1/+1
|
* Merge branch 'pull'friendica2012-04-091-850/+898
|\
| * source beautifarming to make review easierAlexander Kampmann2012-04-091-180/+180
| |
| * Merge branch 'master' of https://github.com/friendica/friendicaAlexander Kampmann2012-04-091-1/+1
| |\
| * | fixed some typosAlexander Kampmann2012-04-091-1/+1
| | |
| * | made exceptions from the db optionalAlexander Kampmann2012-04-091-863/+888
| | | | | | | | | set address for updae mails correctly
| * | added exceptions to dba classAlexander Kampmann2012-04-091-0/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | added exception handling to index.php, please mind that there is no recovery at the moment added transactions to db update. Please mind that they might not be supported by db table engines. added admin email on failed updates added german translation for admin email