aboutsummaryrefslogtreecommitdiffstats
path: root/mod/settings.php
Commit message (Collapse)AuthorAgeFilesLines
...
* bug #87 alert if email settings don't open mailbox, also display last email ↵Friendika2011-05-291-1/+19
| | | | connect time
* add info() function. Works like notice() but show messages in a div with ↵Fabio Comuni2011-05-231-4/+4
| | | | | | | class info-message. update code to use info() instead of notice() when appropriate (non-error message) add info-message class style in themes
* deprecate load_view_fileFriendika2011-05-111-5/+5
|
* bring back load_view_file for dispy templatesFriendika2011-05-101-1/+1
|
* don't use load_view_file() except in email templates and install of htconfig ↵Friendika2011-05-101-5/+5
| | | | - to avoid getting wrong file when package is updated by copying over an older version.
* bin2hex not vice versaFriendika2011-04-211-1/+1
|
* another typoFriendika2011-04-211-1/+1
|
* typoFriendika2011-04-211-1/+1
|
* provide a way to disable mailbox integrationFriendika2011-04-181-25/+39
|
* still getting a zeroFriendika2011-04-181-4/+4
|
* leave imap port blank if 0Friendika2011-04-181-1/+1
|
* email integration, cont.Friendika2011-04-171-1/+65
|
* "profile locator/address" is now called "Identity Address" to reduce confusionFriendika2011-04-141-1/+2
|
* better visibility of default post permissionsFriendika2011-04-131-0/+1
|
* the rest of the english html templates except for htconfigFriendika2011-04-071-17/+37
|
* more templatesFriendika2011-04-071-0/+6
|
* more templates converted to string filesFriendika2011-04-061-1/+9
|
* account/profile/contacts exportFriendika2011-03-221-0/+5
|
* user pref -> block remote wall postingFriendika2011-03-201-1/+5
|
* content expirationFriendika2011-03-151-1/+5
|
* move php path setting inside proc_runFriendika2011-02-231-3/+1
|
* Merge branch 'fabrixxm-master'Friendika2011-01-281-2/+2
|\ | | | | | | | | Conflicts: boot.php
| * Added proc_run() and modified all occurrence of proc_close(proc_open()) to ↵fabrixxm2011-01-241-2/+2
| | | | | | | | use proc_run()
* | propagate name changes to 'self' contact recordFriendika2011-01-241-4/+16
|/
* plugin settings were getting changedFriendika2011-01-051-5/+8
|
* prevent admin hijacksFriendika2011-01-041-0/+4
|
* settings: ensure system theme is default selectionFriendika2011-01-031-1/+6
|
* site config to force publish in site directoryFriendika2011-01-021-7/+10
|
* validate the openid url as well. We won't change it if it's bogus, but we ↵Friendika2011-01-021-1/+2
| | | | won't use it either.
* don't update openidserver if openid is emptyFriendika2011-01-021-5/+9
|
* new string wasn't configured for translation.Friendika2010-12-251-1/+1
|
* provide separate plugin settings page, update demo plugin, fix hook_registerFriendika2010-12-241-0/+18
|
* slight change on last commit - server discovery for legacy openidFriendika2010-12-231-1/+3
|
* revised openid patch, added fix for Windows servers, make "is now friends ↵Friendika2010-12-231-5/+13
| | | | with" commentable, fix settings form hook to be inside form
* OpenID delegation degrade gracefully if database table is not updated.fabrixxm2010-12-231-1/+6
|
* add more plugin hooks, etc.Friendika2010-12-221-1/+7
|
* block connection/friend request spamFriendika2010-12-201-1/+5
|
* profile load optimisationFriendika2010-12-111-1/+0
|
* localise login template, allow openid to be disabledFriendika2010-11-281-0/+12
|
* add openid settingsFriendika2010-11-171-20/+24
|
* view directory cleanupFriendika2010-11-151-1/+1
|
* clean up some regex's for i18n, and eliminate old ereg patterns.Friendika2010-11-141-2/+2
|
* more lintMike Macgirvin2010-10-311-0/+1
|
* use browser geolocation when desiredMike Macgirvin2010-10-191-1/+6
|
* sorting out the last(?) quirks in group pages.Mike Macgirvin2010-10-181-4/+4
|
* eradicate redundant get_uid functionMike Macgirvin2010-10-181-4/+4
|
* group/community/celebrity pagesMike Macgirvin2010-10-181-3/+20
|
* celebrity/group/community pages about 75% implementedMike Macgirvin2010-10-171-1/+1
|
* allow login by username and multiple unique email addresses on system - this ↵Mike Macgirvin2010-10-161-11/+7
| | | | will provide support for group/celebrity pages (coming soon).
* allow leading/trailing whitespace in passwordsMike Macgirvin2010-10-091-2/+2
|