Victor Dubiniuk
680ec43ee7
Initial hackish translator function. Ref #14
2013-11-14 04:18:08 +03:00
Victor Dubiniuk
8dec0a3119
Fix first row items misposition
2013-11-13 19:50:29 +03:00
Victor Dubiniuk
eae804588b
Show loader for documents list. Closes #103
2013-11-12 19:16:05 +03:00
Friedrich W. H. Kossebau
47c0cbc5e8
Sync with webodf 379ba3bfff4a7d736109f48c8ab72ea649a77918
...
* enables initial support for integrating into OC-Docs translation system
* fixes broken paragraphstyle dialog on 2nd and later editor start with the same OC-App page-life-cycle
* showing selections of other users, not just the cursor
* lots of small fixes with cursor/selection
2013-11-09 18:01:43 +01:00
Victor Dubiniuk
3bb39d50d6
Separate title bar. Closes #91
2013-10-29 15:07:00 +03:00
Victor Dubiniuk
9b0afdd44a
Disconnect user on leaving a session. Closes #15
2013-10-28 20:01:30 +03:00
Victor Dubiniuk
3a8572da37
Defer documents reload
2013-10-28 16:46:57 +03:00
Victor Dubiniuk
58ce9ba920
Speed up animation. Ref #81
2013-10-24 19:44:36 +03:00
Victor Dubiniuk
469624c551
Always preload documents grid. Fixes #78
2013-10-24 19:40:59 +03:00
Victor Dubiniuk
29da4e5bff
Load minified scripts on production
2013-10-24 19:23:59 +03:00
Victor Dubiniuk
efcc0ed3f9
Integrate bootstrap, wait for js components to load
2013-10-22 16:18:03 +03:00
Victor Dubiniuk
6afe897884
Fix switching to unstable mode
2013-10-10 21:27:28 +03:00
Victor Dubiniuk
e33d481e78
Proper public link is sharing dropdown
2013-09-28 00:13:25 +03:00
Victor Dubiniuk
e6794e015c
Disallow sharing for guests
2013-09-27 19:54:31 +03:00
Victor Dubiniuk
d69c02e2bb
Stay/Leave popup. Closes #39
2013-09-27 19:48:09 +03:00
Victor Dubiniuk
fdf7a602d4
Allow gues user to choose a name
2013-09-27 19:33:04 +03:00
Victor Dubiniuk
e3e8ef5b58
Refactoring permissions. Allow guests to join session
2013-09-25 16:34:54 +03:00
Victor Dubiniuk
05df848a52
Access via public link for logged in users. Ref #45
2013-09-24 15:53:33 +03:00
Victor Dubiniuk
20da92fc4e
Initial work on public links
2013-09-23 22:56:57 +03:00
Victor Dubiniuk
0b7c7198c1
Correct fileId
2013-09-20 00:06:38 +03:00
Victor Dubiniuk
8aee613fca
Sharing
2013-09-19 23:59:25 +03:00
Victor Dubiniuk
78ba2cabe1
Hide share button if there are no share permissions
2013-09-19 22:15:08 +03:00
Victor Dubiniuk
31c0781ca9
Clear input on adding item to list
2013-09-19 21:51:02 +03:00
Victor Dubiniuk
8b2406d47d
Refresh documents list on closing the editor
2013-09-19 00:19:26 +03:00
Victor Dubiniuk
c6a207ec51
No need in explicit start session. It is started by the first join. Partially Ref #4
2013-09-18 23:41:43 +03:00
Victor Dubiniuk
61afb431da
Empty folder message is back
2013-09-18 19:15:37 +03:00
Victor Dubiniuk
478611fc0d
Cleanup frontend code. Ref #33
2013-09-18 18:48:52 +03:00
Victor Dubiniuk
74abca04c8
Spaces-> Tabs
2013-09-17 18:10:10 +03:00
Victor Dubiniuk
69fdb475d9
Rejoin session on F5. Ref #35
2013-09-17 18:07:02 +03:00
Victor Dubiniuk
86268cdccd
Move WebODF js code to 3rdparty
2013-09-17 14:58:57 +03:00
Victor Dubiniuk
76390ce7dc
Refresh grid when upload is complete
2013-09-13 17:18:02 +03:00
Victor Dubiniuk
f57336dfe6
Document title improvement. Closes #37
2013-09-13 13:59:55 +03:00
Victor Dubiniuk
d64f046e06
Create new document. Ref #34
2013-09-13 13:19:50 +03:00
Victor Dubiniuk
6c05c370a6
Use svg by default. Closes #31
2013-09-12 23:04:33 +03:00
Victor Dubiniuk
a6ea161534
Show document title in the panel. Closes #17
2013-09-12 22:07:21 +03:00
Victor Dubiniuk
9ba6064af1
Add current document to title in editor mode. Ref #17
2013-09-10 16:34:33 +03:00
Victor Dubiniuk
c14ba94c73
Hanlde multiple clicks on close button. Closes #25
2013-09-08 11:43:38 +03:00
Victor Dubiniuk
51b0c06365
Use notification instead of alert
2013-09-07 22:07:21 +03:00
Victor Dubiniuk
0a97a2eefc
Hide overlay on error
2013-09-07 21:29:12 +03:00
Victor Dubiniuk
bce4ff41b9
Use the whole viewport. Ref #19
2013-09-06 17:13:03 +03:00
Victor Dubiniuk
53d2bf2994
Use left bar width for lower overlay layer
2013-09-05 20:21:12 +03:00
Victor Dubiniuk
d9d1f7af74
Overlay improvements. Ref #8
2013-09-05 19:52:44 +03:00
Victor Dubiniuk
9e42c3f6e9
Overlay on editor startup. Ref #8
2013-09-05 17:35:05 +03:00
Victor Dubiniuk
2c4a8c643e
Ignore multiple clicks on editor startup. Closes #10
2013-09-04 20:58:31 +03:00
Friedrich W. H. Kossebau
2a0f345c5c
Switch/fix order of webodf_bootstrap/dojo-amalgamation execution
...
(and remove no longer needed fixes)
2013-09-03 14:25:09 +02:00
Friedrich W. H. Kossebau
92576cd89c
Set oc_requesttoken as token to the webodf server proxy object (and have it used in every call)
2013-09-02 17:38:56 +02:00
Friedrich W. H. Kossebau
783250a638
Fix dropped support for documentsMain.useUnstable flag
2013-09-01 19:31:38 +02:00
Friedrich W. H. Kossebau
fb536e7149
Remove meanwhile no longer useful flag documentsMain.initialized
2013-09-01 18:50:10 +02:00
Friedrich W. H. Kossebau
8527506d90
First take on proper destruction of WebODF Editor instance
2013-09-01 18:50:10 +02:00
Friedrich W. H. Kossebau
e74535bdf6
Update to current webodf: saves on closing the session/document (needs server support still)
...
saves only is the user has edited something
2013-08-30 17:35:35 +02:00