431 Commits

Author SHA1 Message Date
Aditya Bhatt
3cd491a5ef Sync with WebODF e50bc588ff3e380178ffabecfe2fbca92bef6aed.
* Keyboard support in iOS and other touchscreens
* Pinch-zoom support on touch devices
* SVG selections that look like those in LibreOffice
* Major speed improvements with all editing operations and cursor movements
* IME support on desktop browsers
* Word-by-word navigation with Ctrl+Left/Right
* Fixes for IE11
* Ability to add/edit/remove Hyperlinks.
2014-03-04 16:19:31 +01:00
Thomas Müller
c9f5e23c92 Replace OC.Router.generate() with OC.generateUrl() 2014-03-02 23:42:38 +01:00
Victor Dubiniuk
d1aee9fe68 Remove dead code 2014-02-12 17:22:00 +03:00
Victor Dubiniuk
77ea7ed75e Change page title format Ref #202 2014-02-12 16:56:58 +03:00
Victor Dubiniuk
e3f6e4d48a Add title when shared by link. Fixes #202 2014-02-12 16:56:44 +03:00
Victor Dubiniuk
d042036b1f Remove webroot from css. Fixes #197 2014-02-05 22:09:43 +03:00
Victor Dubiniuk
df83dc5e12 Fix upload 2014-02-05 11:49:51 +03:00
Victor Dubiniuk
4ab86bab3f Support extra mimes in viewer 2014-01-31 23:13:41 +03:00
Victor Dubiniuk
16f5420fef Fix viewer for subdirectories 2014-01-30 22:58:02 +03:00
Victor Dubiniuk
91b0ce6f8d Subscribe to lostConnection event 2014-01-21 22:47:23 +03:00
Victor Dubiniuk
d106de7102 Escalate fatal editor errors to user and go back to grid 2014-01-21 22:23:45 +03:00
Victor Dubiniuk
a46677bbe9 Initial save indicator. Ref #114 2014-01-21 21:44:02 +03:00
Victor Dubiniuk
3669d90862 Filters for files app 2014-01-04 00:24:59 +03:00
Victor Dubiniuk
988ae02b8e Move rename controller to document 2013-12-19 00:08:02 +03:00
Aditya Bhatt
5ff78040fb Sync with webodf fc3a4e615597be18da1e23e03302ef472b9a95e5
* Improve text insertion and paragraph splitting OT -
therefore no more conflict and sync failure when multiple
users insert text or split the paragraph at the same
position.
* Increase performance of virtual selections
2013-12-06 15:55:22 +01:00
Victor Dubiniuk
1e1e1eea78 Show loader message. Closes #117 2013-12-06 03:14:16 +03:00
Victor Dubiniuk
3a8bea040e Ignore avatar faults. ref #140 2013-12-06 00:48:19 +03:00
VicDeo
10938317b5 Merge pull request #159 from owncloud/renametitle
Make it possible to rename documents by clicking on title
2013-12-05 09:58:04 -08:00
Victor Dubiniuk
38688514ee Remove outdated viewer stylesheet. Fixes #156 2013-12-05 18:18:47 +03:00
Vincent Petry
fd4f4bf99a Now using inline input field for rename action
Also added validation of file name.
2013-12-05 14:54:47 +01:00
Vincent Petry
d56ef4f0b6 Make it possible to rename documents by clicking on title 2013-12-05 14:04:36 +01:00
Victor Dubiniuk
19a1b51a0e Open readonly shares with viewer. Ref #62 2013-12-05 01:02:08 +03:00
Friedrich W. H. Kossebau
e3adf6bd19 Sync with webodf 82510ae020f8ee8a1f7b65a27b6af107b6023e90
* exposes some state-change/error events in the Editor API
* catches more possible errors and handles them
  (e.g. staying cool on temporary disconnection to server, but warning about it)
* improves selection by mouse
* fixes selected paragraph style not being set to all selected paragraphs
* fixes leaking of some helper attributes into saved ODT files
2013-12-03 20:34:48 +01:00
Victor Dubiniuk
405d7e4360 Add action icon. Ref #134 2013-12-02 19:23:30 +03:00
Victor Dubiniuk
a662ebf5ab Add Edit action in files. Closes #134 2013-12-02 16:25:45 +03:00
Victor Dubiniuk
9ef49d48f8 Center No documents message. Fixes #141 2013-12-02 16:14:56 +03:00
Victor Dubiniuk
190e161b44 Fixing avatar 2013-11-26 23:16:39 +03:00
Friedrich W. H. Kossebau
c0da073794 Sync with webodf 6c0affd94e1aa9d706ea8aadd3509db04bc17235
* write correct meta-data into every document on save
* remove need for regular polling of data about sessionmember
* fix for spaces entered after a tab
* small performance improvements
2013-11-26 17:52:09 +03:00
Victor Dubiniuk
8a337ebfad Invert condition 2013-11-25 20:42:54 +03:00
Friedrich W. H. Kossebau
15b7bdfd9d Sync with webodf 1875ef27bc220bc49dc6092e7de9b5e184c2e855
* adds support for direct text styling:
  + bold
  + italic
  + underline
  + strikethrough,
  + font
  + fontsize
* fixes broken OT on selections vs. other editing operations
* performance improvements with big documents
2013-11-15 19:02:20 +01:00
Victor Dubiniuk
d968b2afe5 UI for connection is lost 2013-11-14 19:02:46 +03:00
Victor Dubiniuk
b597a972c5 Improve translator function. Ref #14 2013-11-14 16:04:50 +03:00
Victor Dubiniuk
680ec43ee7 Initial hackish translator function. Ref #14 2013-11-14 04:18:08 +03:00
Victor Dubiniuk
b7e79595ef Sort and deduplicate results, ref #14 2013-11-14 03:50:02 +03:00
Victor Dubiniuk
c2dbf80d0f Adding simple locale parser and parsing result. Ref #14 2013-11-14 03:22:04 +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
Victor Dubiniuk
dc9b9b557f Viwer for files, editor for documents. Closes #108 2013-11-12 18:51:45 +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
21cbd7a6fb Remove second webodf instance 2013-11-06 23:54:12 +03:00
Victor Dubiniuk
13a4007eb1 Cleanup viewer 2013-10-30 23:29:47 +03:00
Victor Dubiniuk
d9c4b85a69 Fix viewer layout 2013-10-30 23:15:30 +03: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
adf5aafe70 Integrate odf viewer 2013-10-20 21:51:45 +03:00