aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | [feature/oauth] Basic login functionality now workingJoseph Warner2013-07-241-5/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These changes are currently unique to OAuth and need to be made generic so that any auth provider can modify the login template. PHPBB3-11673
| * | | | | | | | | | | | | | | | [feature/oauth] Fix outstanding issues with OAuthJoseph Warner2013-07-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Includes a temporary change that allows me to test against google. This will be removed shortly. PHPBB3-11673
| * | | | | | | | | | | | | | | | [feature/oauth] Update auth provider interface docs for block vars in ACPJoseph Warner2013-07-231-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11673
| * | | | | | | | | | | | | | | | [feature/oauth] ACP options for OAuth, needs some workJoseph Warner2013-07-231-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11673
| * | | | | | | | | | | | | | | | [feature/oauth] Initial UI element added, this is non-finalJoseph Warner2013-07-221-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | At this point, all UI changes are purely for testing and should not be considered final. PHPBB3-11673
| * | | | | | | | | | | | | | | | [feature/oauth] Initial step in creating OAuth login supportJoseph Warner2013-07-221-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11673
| * | | | | | | | | | | | | | | | [feature/oauth] Move last file to appropriate locationJoseph Warner2013-07-141-45/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11673
| * | | | | | | | | | | | | | | | [feature/oauth] Move OAuth to /phpBB/phpbbJoseph Warner2013-07-142-524/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11673
| * | | | | | | | | | | | | | | | [feature/oauth] Pathing information for some servicesJoseph Warner2013-07-141-3/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11673
| * | | | | | | | | | | | | | | | [feature/oauth] Scopes/path part oneJoseph Warner2013-07-141-2/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11673
| * | | | | | | | | | | | | | | | [feature/oauth] Changes to oauthJoseph Warner2013-07-141-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11673
| * | | | | | | | | | | | | | | | [feature/oauth] Function to update user_id of a tokenJoseph Warner2013-07-141-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-9734
| * | | | | | | | | | | | | | | | [feature/oauth] Anonymous user does not depend on user_id in tokenJoseph Warner2013-07-141-18/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11673
| * | | | | | | | | | | | | | | | [feature/oauth] Have array of services not just one in oauthJoseph Warner2013-07-141-7/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11673
| * | | | | | | | | | | | | | | | [feature/oauth] Fix typoJoseph Warner2013-07-141-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11673
| * | | | | | | | | | | | | | | | [feature/oauth] Pass table in constructorJoseph Warner2013-07-142-18/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11673
| * | | | | | | | | | | | | | | | [feature/oauth] Store anonymous user by session idJoseph Warner2013-07-141-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-9734
| * | | | | | | | | | | | | | | | [feature/oauth] Update invocation of method in OAuthJoseph Warner2013-07-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11673
| * | | | | | | | | | | | | | | | [feature/oauth] Have token storage use DBJoseph Warner2013-07-141-10/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11673
| * | | | | | | | | | | | | | | | [feature/oauth] Use DB for OAuth token storageJoseph Warner2013-07-143-16/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11673
| * | | | | | | | | | | | | | | | [feature/oauth] Document and rearrange methodsJoseph Warner2013-07-141-16/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11673
| * | | | | | | | | | | | | | | | [feature/oauth] More work on loginJoseph Warner2013-07-141-25/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11673
| * | | | | | | | | | | | | | | | [feature/oauth] Continue work on OAuth loginJoseph Warner2013-07-141-7/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11673
| * | | | | | | | | | | | | | | | [feature/oauth] Token Storage SkeletonJoseph Warner2013-07-141-0/+94
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11673
| * | | | | | | | | | | | | | | | [feature/oauth] Check that the service actually has settingsJoseph Warner2013-07-141-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11673
| * | | | | | | | | | | | | | | | [feature/oauth] Additional work on implementing loginJoseph Warner2013-07-141-17/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11673
| * | | | | | | | | | | | | | | | [feature/oauth] Start implementing loginJoseph Warner2013-07-141-0/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11673
| * | | | | | | | | | | | | | | | [feature/oauth] OAuth provider skeletonJoseph Warner2013-07-141-0/+48
| | |_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11673
* | | | | | | | | | | | | | | | [ticket/11373] Prune old read notifications with cronNathan Guse2013-07-271-0/+1
| |_|_|_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11373
* | | | | | | | | | | | | | | Merge remote-tracking branch 'asperous/ticket/11731' into developAndreas Fischer2013-07-231-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * asperous/ticket/11731: [ticket/11731] Remove static calls to captcha garbage collector
| * | | | | | | | | | | | | | | [ticket/11731] Remove static calls to captcha garbage collectorAndy Chase2013-07-221-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11731
* | | | | | | | | | | | | | | | Merge pull request #1589 from marc1706/ticket/11717Nathan Guse2013-07-222-2/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | [ticket/11717] Use topic_posts_approved instead of topic_replies
| * | | | | | | | | | | | | | | [ticket/11717] Add 'has' to boolean variable and reduce line lengthMarc Alexander2013-07-221-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11717
| * | | | | | | | | | | | | | | [ticket/11717] Use topic_posts_approved instead of topic_repliesMarc Alexander2013-07-202-2/+5
| | |_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Due to the move to soft-delete, the topic_replies column no longer exists in the topics table. Instead, the column topic_posts_approved should be used. PHPBB3-11717
* | | | | | | | | | | | | | | Merge pull request #1513 from nickvergessen/ticket/11582Nathan Guse2013-07-223-34/+37
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | Ticket/11582 Split permission logic from translations
| * | | | | | | | | | | | | | [ticket/11582] Move global declaration to beginning of blockJoas Schilling2013-07-221-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11582
| * | | | | | | | | | | | | | [ticket/11582] Move file to new directoryJoas Schilling2013-07-141-340/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11582
| * | | | | | | | | | | | | | [ticket/11582] Fix missing closing bracketJoas Schilling2013-07-141-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11582
| * | | | | | | | | | | | | | [ticket/11582] Fix missing @params in the doc blocksJoas Schilling2013-07-141-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11582
| * | | | | | | | | | | | | | [ticket/11582] Remove useless prefixJoas Schilling2013-07-141-133/+133
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11582
| * | | | | | | | | | | | | | [ticket/11582] Split permission language strings from logicJoas Schilling2013-07-141-126/+126
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11582
| * | | | | | | | | | | | | | [ticket/11582] Remove left over calls to lang['acl_*']Joas Schilling2013-07-142-14/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11582
| * | | | | | | | | | | | | | [ticket/11582] Use member isntead of a new variable everytimeJoas Schilling2013-07-142-12/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11582
| * | | | | | | | | | | | | | [ticket/11582] Use new methods and remove duplicated entriesJoas Schilling2013-07-144-24/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11582
| * | | | | | | | | | | | | | [ticket/11582] Add methods to return the language stringJoas Schilling2013-07-144-10/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11582
| * | | | | | | | | | | | | | [ticket/11582] Add event in constructor and add docsJoas Schilling2013-07-141-42/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11582
| * | | | | | | | | | | | | | [ticket/11582] Fix event dispatcher class nameJoas Schilling2013-07-141-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11582
| * | | | | | | | | | | | | | [ticket/11582] Use new class for categoriesJoas Schilling2013-07-143-21/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11582
| * | | | | | | | | | | | | | [ticket/11582] Add new service for permissionsJoas Schilling2013-07-142-3/+269
| |/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace calls to the language-array type with a call to get_types() PHPBB3-11582
* | | | | | | | | | | | | | [ticket/11713] Do not remove module if it couldn't be deletedMarc Alexander2013-07-181-0/+1
|/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Up to now, the module or module category was always removed with jQuery, even if there was an error. With this change, the modules will not be deleted by jQuery if the return JSON array will have SUCCESS set to false. PHPBB3-11713