index
:
vaadin-framework.git
7.0
7.1
7.2
7.3
7.4
7.5
7.6
7.7
8.0
8.1
8.10
8.11
8.12
8.13
8.14
8.2
8.3
8.4
8.5
8.6
8.7
8.8
8.9
JS-RPC-docs-link-syntax
OlliTietavainenVaadin-patch-1
OlliTietavainenVaadin-patch-2
add-deprecation-warning-20241105
changelog-8.27.1
changelog-8.27.2
changelog-8.27.3
changelog-8.27.4
chore-mention-8.14.4
chore-readme-8-14-4
context-menu
datefield-set-invalid-value
declarative
dependabot/maven/org.eclipse.jetty-jetty-server-10.0.14
dependabot/maven/org.eclipse.jetty-jetty-webapp-9.4.44.v20210927
dependabot/maven/org.eclipse.jgit-org.eclipse.jgit-3.5.3.201412180710-r
dependabot/maven/org.hsqldb-hsqldb-2.7.1
documentation
documentation-7.6
downgrade-snapshot-version-20241105
exclude-element-screenshot
feature/atmosphere-pure-javascript
feature/bootstrap-annotation
feature/combobox-communication
feature/dalvik
feature/databinding
feature/dnd
feature/elements
feature/eventbus
feature/karaf-feature-file
feature/nullrepresentation
feature/standard-gwt
feature/standard-sass
feature/vaadin8
feature/vaadin8-book
feature/vaadin8-book-vol2
feature/vaadin8-sass-valo-only
fix11576
fix_event_router_prototype
grid
grid_dnd_autoscroller
grid_dragger
issue/8307_select_using_collection
master
mobile_drag_image_offset
pr/11306
remote-run/flow-atmosphere-test
snapshot/7.5
snapshot/7.6
tmattsso-patch-1
update-minor-deps
vaadin-icons-3.0.1
wip-date-time-datatype
wip-java-10-compat
Vaadin 6, 7, 8 is a Java framework for modern Java web applications: https://github.com/vaadin/framework
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
server
Commit message (
Expand
)
Author
Age
Files
Lines
*
Handle JSONException and InvalidUIDLSecurityKeyException the same way in Push...
Artur Signell
2013-04-16
9
-188
/
+176
*
Use text/plain instead of application/json (#11610)
Artur Signell
2013-04-15
1
-1
/
+1
*
Consider context root redirect when pathInfo is null (#11552)
Leif Åstrand
2013-04-15
1
-1
/
+1
*
Add isPushRequest() check to VaadinServletService.isOtherRequest() (#11556)
Johannes Dahlström
2013-04-15
4
-13
/
+13
*
Ignore duplicate ?restartApplication during UI init (#11587)
Leif Åstrand
2013-04-12
2
-4
/
+24
*
Make AtmosphereResource field transient (#11512)
Leif Åstrand
2013-04-12
2
-1
/
+7
*
Fix minor issues raised in #111 code review
Johannes Dahlström
2013-04-11
1
-0
/
+2
*
Use longer padding for streaming requests to avoid IE8 issues (#11573)
Leif Åstrand
2013-04-11
1
-0
/
+14
*
Set character encoding before writing any response (#11501)
Artur Signell
2013-04-11
1
-2
/
+2
*
Implemented poll interval for UI (#11495)
Leif Åstrand
2013-04-10
1
-0
/
+34
*
Added SharedUtil for helpers shared by client and server
Leif Åstrand
2013-04-10
2
-13
/
+14
*
Fixed tests to use a real DeploymentConfiguration instance
Artur Signell
2013-04-09
14
-14
/
+108
*
Don't bind PushConnection API to Atmosphere (#11551)
Leif Åstrand
2013-04-09
4
-107
/
+146
*
Fix missing or invalid copyright headers
Leif Åstrand
2013-04-09
3
-3
/
+29
*
Show message for missing Atmosphere or version mismatch (#11499)
Leif Åstrand
2013-04-09
3
-0
/
+64
*
Don't initialize PushConnection by default (#11512)
Leif Åstrand
2013-04-08
1
-1
/
+1
*
Rendering a Tree with icons fails if no alternate text is given (#11511)
michael
2013-04-08
1
-1
/
+2
*
Implement range for date field (#6241)
johan
2013-04-08
1
-0
/
+175
*
Push if there are dirty connectors, avoid push if there are NOT dirty connectors
Artur Signell
2013-04-07
1
-1
/
+1
*
Global code reformat
Leif Åstrand
2013-04-05
35
-29
/
+104
*
Do not push only meta data to the client (#11490)
Artur Signell
2013-04-05
2
-1
/
+15
*
Made vaadin-server jar not depend on Atmosphere (#11492)
Artur Signell
2013-04-05
1
-1
/
+1
*
WAI-ARIA functions for Tree (#11389)
michaelvogt
2013-04-04
1
-0
/
+51
*
Wrap the atmosphere request instead of reusing an old request which might no ...
Artur Signell
2013-04-04
2
-19
/
+8
*
Include atmosphere javascript files into vaadin-server (#111)
Artur Signell
2013-04-04
1
-0
/
+2
*
Maximize Restore for Window #3400
Pekka Hyvönen
2013-04-04
1
-6
/
+141
*
Server push (#111)
Johannes Dahlström
2013-04-04
17
-23
/
+634
*
Updated javadoc to mention runSafely in addition to the manual locking pattern
Artur Signell
2013-04-03
1
-4
/
+21
*
Write JSON response to a buffer instead of directly to the output stream (#11...
Artur Signell
2013-04-03
2
-33
/
+52
*
Reworked fix for ignoring /APP/ (#11192)
Artur Signell
2013-04-03
2
-10
/
+1
*
Refactored how all requests are handled by VaadinServlet and VaadinPortlet (#...
Artur Signell
2013-04-03
18
-570
/
+658
*
Added example on how to get time displayed in the browser (#9033)
Artur Signell
2013-04-03
1
-0
/
+11
*
Do not clean connectors before client rpc is sent (#11192, #7891)
Artur Signell
2013-04-03
1
-6
/
+5
*
Integrate Calendar into core #11079
John Ahlroos
2013-04-03
20
-0
/
+5039
*
Implemented changes to CSS injection based on API review #5500
John Ahlroos
2013-04-03
1
-57
/
+47
*
Enable setting loading indicator delays from the server (#7448)
Artur Signell
2013-04-03
2
-0
/
+171
*
Made is possible to configure tooltip on the server (#8065)
Artur Signell
2013-04-03
2
-0
/
+251
*
Fixed minimal (empty hashmap) memory leak on redeploy (#9993)
Artur Signell
2013-04-03
2
-9
/
+171
*
WAI-ARIA field corrections (#11407)
michaelvogt
2013-04-02
1
-0
/
+20
*
Show session expired instead of throwing exception (#4252)
Artur Signell
2013-04-02
1
-1
/
+13
*
Enable setting default alignment for VerticalLayout, HorizontalLayout, GridLa...
Artur Signell
2013-04-02
5
-1
/
+181
*
Use updated CurrentInstance API (#9945)
Leif Åstrand
2013-04-02
1
-4
/
+3
*
Fixed locking issue in tests
Artur Signell
2013-04-02
14
-21
/
+61
*
Exclude ColorPickerPreview as it has no no-arg constructor
Artur Signell
2013-04-02
1
-0
/
+2
*
Fixed locking and cleaned up error handling in FileUploadHandler (#10569)
Artur Signell
2013-04-02
1
-64
/
+120
*
Fixed locking problem with serviceException (#10569)
Artur Signell
2013-04-02
2
-35
/
+56
*
Fixed locking in RequestHandlers and documented that RequestHandlers are call...
Artur Signell
2013-04-02
22
-177
/
+333
*
Ensure session is locked during cleanup (#10569)
Artur Signell
2013-04-02
2
-22
/
+74
*
Correctly set thread locals when session times out (#11361, #10995)
Artur Signell
2013-04-02
2
-10
/
+147
*
Moved request start/end handling to VaadinService (#11400)
Artur Signell
2013-04-02
4
-126
/
+94
[next]