Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-22 | Fix res.send (migrate to express v3) | Marcel Klehr | |
2012-09-22 | Merge pull request #1019 from marcelklehr/feature/github-contributing-file | John McLear | |
Let Github know our Dev Guidelines | |||
2012-09-22 | Let Github know our Dev Guidelines | Marcel Klehr | |
https://github.com/blog/1184-contributing-guidelines | |||
2012-09-21 | Make intialization of Ace2Inner analogous to other page controllers. | Chad Weider | |
2012-09-21 | Reformat Ace2Editor frame boot scripts. | Chad Weider | |
2012-09-21 | Consolidate Ace2Editor frame's boot script. | Chad Weider | |
2012-09-21 | Upgrade to Yajsml with another Windows backslash fix. | Chad Weider | |
2012-09-21 | Upgrade log4js to v0.5 | Marcel Klehr | |
2012-09-21 | Differentiate between http server and express app | Marcel Klehr | |
2012-09-19 | Merge pull request #1015 from marcelklehr/fix/multiSession-foreach | John McLear | |
Fix async.forEach in MultiSession code | |||
2012-09-19 | Fix async.forEach in MultiSession code | Marcel Klehr | |
2012-09-19 | Revert "Fixed foreach loop on session IDs, was breaking EP on single session ↵ | Marcel Klehr | |
in cookie." This reverts commit 443a71bc9ce33b150fbfd06332a20b072250c24e. modified: src/node/db/SecurityManager.js | |||
2012-09-18 | Merge pull request #1014 from marcelklehr/feature/list-all-groups | John McLear | |
Add listAllGroups API endpoint | |||
2012-09-18 | Merge pull request #1013 from eldiddio/develop | John McLear | |
Fixed foreach loop on session IDs, was breaking EP on single session in cookie | |||
2012-09-18 | Fixed foreach loop on session IDs, was breaking EP on single session in cookie. | johnyma22 | |
2012-09-18 | List 12 plugins instead of 4 | John McLear | |
4 was a bit stingy :) 12 is a bit more friendly from a UX persepctive. | |||
2012-09-17 | Merge pull request #1008 from marcelklehr/fix/api-v1.1 | John McLear | |
Still support API endpoints of v1 in v1.1 | |||
2012-09-17 | Add listAllGroups API endpoint | Marcel Klehr | |
Adds a database key that lists all groups | |||
2012-09-17 | Require userColor to be valid css hex | Charlie DeTar | |
The utility functions colorutils.js assume that background colors are in CSS hex format, so require userColor to do the same, rather than allowing inputs like "red" and "rgba(...)", to insure that inversion checks will succeed. | |||
2012-09-17 | Still support API endpoints of v1 in v1.1 | Marcel Klehr | |
2012-09-17 | Merge pull request #1005 from cweider/fix-ie | John McLear | |
Remember, the `class` symbol is reserved in some environments. | |||
2012-09-17 | Use 'transparent' as reference to validate css | Charlie DeTar | |
Use 'transparent' instead of 'white' as a reference color for validating CSS color values. Presumably, a user setting a userColor wants some color other than 'transparent' if they are setting it (they could always duplicate the background's color if not). | |||
2012-09-16 | Remember, the `class` symbol is reserved in some environments. | Chad Weider | |
Fixes issue introduced in 9be69ef2582dfc2c1b050041d4586cbd90d20e2c. | |||
2012-09-15 | Add `userColor` query param to set initial color | Charlie DeTar | |
Add a URL parameter which sets the initial color for a user, e.g.: http://example.com/p/mypad?userColor=%2300ff00 Sanitize the given color value to ensure that it's a valid css value (could be any supported CSS color format -- #fff, rgba(), "red", etc). Shortly after rejoining a pad, the server responds with a USER_NEWINFO message which may contain an old color value; however, this message arrives after we have set and sent the new color value to the server. To avoid this race condition, if the query parameter has been set, ignore the color value in a USER_NEWINFO message which matches our user ID. | |||
2012-09-14 | Update src/package.json | John McLear | |
Bump to v 1.1.2 | |||
2012-09-14 | Merge pull request #992 from gedion/develop | John McLear | |
Added hooks and made some ace functions available to editorInfo Object | |||
2012-09-14 | Merge pull request #999 from lepidum/develop | John McLear | |
Fixed international composition issues (e.g., Japanese Input method) | |||
2012-09-14 | Merge pull request #2 from ayokura/fix-international-composition | lepidum | |
Fixed international composition issues (e.g., Japanese Input method) | |||
2012-09-13 | fix for InternationalComposition(e.g., Japanese Input) | NAGOYA, Yoshihiko | |
moved inInternationalComposition from Ace2Inner to top window fix bindTheEventHandlers() because ie9 implement CompositionEvent when inInternationalComposition, NEW_CHANGES msg and ACCEPT_COMMIT msg are pushed msgQueue. when handleUserChanges(), apply msgQueue. | |||
2012-09-13 | Merge pull request #998 from marcelklehr/bump/api-version-1.1 | John McLear | |
Bump API version to v1.1 | |||
2012-09-13 | Bump API version to v1.1 | Marcel Klehr | |
2012-09-12 | attempt to put correct init in right place but could be wrong | johnyma22 | |
2012-09-12 | error handling and close is removed in express 3 | johnyma22 | |
2012-09-12 | Merge pull request #996 from marcelklehr/doc/hook-return-values | John McLear | |
Document, how return values of hooks are handled. | |||
2012-09-12 | Document, how return values of hooks are handled. | Marcel Klehr | |
2012-09-12 | Merge pull request #994 from cweider/parent-plugins | John McLear | |
Parent plugins | |||
2012-09-12 | Merge pull request #740 from cweider/plugin-cleanup | John McLear | |
Plugin cleanup | |||
2012-09-12 | Merge pull request #995 from cweider/fix-caching | John McLear | |
Fix cache headers for missing files. | |||
2012-09-11 | Fix cache headers for missing files. | Chad Weider | |
2012-09-11 | Replace ParentRequire hack. | Chad Weider | |
Instead of hacking with the internals of require, make client_plugins aware and capable of sharing behavior. | |||
2012-09-11 | Split client and server plugin functionality. | Chad Weider | |
There is virtually no shared code for the client, extract it into its own module and do away with the switches. | |||
2012-09-11 | Inject plugins into hooks. | Chad Weider | |
2012-09-11 | Inject special normalization behavior. | Chad Weider | |
2012-09-11 | Static functions are static. | Chad Weider | |
2012-09-11 | Fix worthless indentation. | Chad Weider | |
2012-09-11 | fixed indentation | Gedion | |
2012-09-11 | fixed comments | Gedion | |
2012-09-11 | fixed plugins | Gedion | |
2012-09-11 | Update bin/installOnWindows.bat | John McLear | |
2012-09-11 | Merge pull request #991 from marcelklehr/fix/multiple-sessions | John McLear | |
Don't break if there is no session cookie. |