Commit Graph

252 Commits (72a5662f598aa95effabee8ef08c75ab9eebea5d)

Author SHA1 Message Date
Victor Dubiniuk 0d69eaf98e Do not show share button if OC.Share is undefined 10 years ago
Victor Dubiniuk 1bbcd7f6af Add config page and settings 10 years ago
Victor Dubiniuk 1aa44cd241 Previews. Closes #29. Ref #187 10 years ago
Victor Dubiniuk 068390bf83 Cleaner way to get current memberId 10 years ago
Victor Dubiniuk 8153b08362 First user is me 10 years ago
Victor Dubiniuk ed7e53f971 Disconnect when tab is closed. Closes #18 10 years ago
Victor Dubiniuk dec819c893 CSS instead of images. Ref #225 10 years ago
Victor Dubiniuk e75fe08a52 Branding. Closes #225 10 years ago
Victor Dubiniuk 6fb03c35c7 Autoedit a new document. Ref #104 10 years ago
VicDeo 593c760686 Merge pull request #222 from owncloud/icon-class-remove
remove unneeded extra icon class
10 years ago
Victor Dubiniuk f26e107504 No more barrier to enter for guests. Closes #200 10 years ago
Jan-Christoph Borchardt 0e7b0b33fb remove unneeded extra icon class 10 years ago
Victor Dubiniuk 5cfea26265 Move ServerFactory downstream. Closes #221 10 years ago
Victor Dubiniuk 40ca1d58ff Fix public page issue 10 years ago
Aditya Bhatt b192e4828d Sync to WebODF 8d8fc0216874b9dd9e3e3eef68dd2474a11f02f3
Make virtual selections have draggable handles on touch
screens.
10 years ago
Victor Dubiniuk 985d1f097b Upload progress ion. Closes #120 10 years ago
Aditya Bhatt 205f9198f9 Sync to WebODF 8d8fc0216874b9dd9e3e3eef68dd2474a11f02f3.
* Collaborative virtual selections for iOS Safari.
10 years ago
Victor Dubiniuk 75ec0af00c Add share token 10 years ago
VicDeo a0746968a1 Merge pull request #216 from owncloud/kill-routes.json
Replace OC.Router.generate() with OC.generateUrl()
10 years ago
Aditya Bhatt 90b2bdd42c Sync to WebODF dbdc4e91827d460dbf71785a16b7a472bef548a1.
* Fixes a bug with blocky rendering of multi-paragrap selections on iOS.
* Gets rid of the second blue native caret alongside the user's caret.
10 years ago
Victor Dubiniuk 3470302b01 Fix header regression 10 years ago
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.
10 years ago
Thomas Müller c9f5e23c92 Replace OC.Router.generate() with OC.generateUrl() 10 years ago
Victor Dubiniuk d1aee9fe68 Remove dead code 10 years ago
Victor Dubiniuk 77ea7ed75e Change page title format Ref #202 10 years ago
Victor Dubiniuk e3f6e4d48a Add title when shared by link. Fixes #202 10 years ago
Victor Dubiniuk d042036b1f Remove webroot from css. Fixes #197 10 years ago
Victor Dubiniuk df83dc5e12 Fix upload 10 years ago
Victor Dubiniuk 4ab86bab3f Support extra mimes in viewer 10 years ago
Victor Dubiniuk 16f5420fef Fix viewer for subdirectories 10 years ago
Victor Dubiniuk 91b0ce6f8d Subscribe to lostConnection event 10 years ago
Victor Dubiniuk d106de7102 Escalate fatal editor errors to user and go back to grid 10 years ago
Victor Dubiniuk a46677bbe9 Initial save indicator. Ref #114 10 years ago
Victor Dubiniuk 3669d90862 Filters for files app 11 years ago
Victor Dubiniuk 988ae02b8e Move rename controller to document 11 years ago
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
11 years ago
Victor Dubiniuk 1e1e1eea78 Show loader message. Closes #117 11 years ago
Victor Dubiniuk 3a8bea040e Ignore avatar faults. ref #140 11 years ago
VicDeo 10938317b5 Merge pull request #159 from owncloud/renametitle
Make it possible to rename documents by clicking on title
11 years ago
Victor Dubiniuk 38688514ee Remove outdated viewer stylesheet. Fixes #156 11 years ago
Vincent Petry fd4f4bf99a Now using inline input field for rename action
Also added validation of file name.
11 years ago
Vincent Petry d56ef4f0b6 Make it possible to rename documents by clicking on title 11 years ago
Victor Dubiniuk 19a1b51a0e Open readonly shares with viewer. Ref #62 11 years ago
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
11 years ago
Victor Dubiniuk 405d7e4360 Add action icon. Ref #134 11 years ago
Victor Dubiniuk a662ebf5ab Add Edit action in files. Closes #134 11 years ago
Victor Dubiniuk 9ef49d48f8 Center No documents message. Fixes #141 11 years ago
Victor Dubiniuk 190e161b44 Fixing avatar 11 years ago
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
11 years ago
Victor Dubiniuk 8a337ebfad Invert condition 11 years ago
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
11 years ago
Victor Dubiniuk d968b2afe5 UI for connection is lost 11 years ago
Victor Dubiniuk b597a972c5 Improve translator function. Ref #14 11 years ago
Victor Dubiniuk 680ec43ee7 Initial hackish translator function. Ref #14 11 years ago
Victor Dubiniuk b7e79595ef Sort and deduplicate results, ref #14 11 years ago
Victor Dubiniuk c2dbf80d0f Adding simple locale parser and parsing result. Ref #14 11 years ago
Victor Dubiniuk 8dec0a3119 Fix first row items misposition 11 years ago
Victor Dubiniuk eae804588b Show loader for documents list. Closes #103 11 years ago
Victor Dubiniuk dc9b9b557f Viwer for files, editor for documents. Closes #108 11 years ago
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
11 years ago
Victor Dubiniuk 21cbd7a6fb Remove second webodf instance 11 years ago
Victor Dubiniuk 13a4007eb1 Cleanup viewer 11 years ago
Victor Dubiniuk d9c4b85a69 Fix viewer layout 11 years ago
Victor Dubiniuk 3bb39d50d6 Separate title bar. Closes #91 11 years ago
Victor Dubiniuk 9b0afdd44a Disconnect user on leaving a session. Closes #15 11 years ago
Victor Dubiniuk 3a8572da37 Defer documents reload 11 years ago
Victor Dubiniuk 58ce9ba920 Speed up animation. Ref #81 11 years ago
Victor Dubiniuk 469624c551 Always preload documents grid. Fixes #78 11 years ago
Victor Dubiniuk 29da4e5bff Load minified scripts on production 11 years ago
Victor Dubiniuk efcc0ed3f9 Integrate bootstrap, wait for js components to load 11 years ago
Victor Dubiniuk adf5aafe70 Integrate odf viewer 11 years ago
Victor Dubiniuk 6afe897884 Fix switching to unstable mode 11 years ago
Victor Dubiniuk ad8c163436 Default documents dir for upload. Ref #49 11 years ago
Victor Dubiniuk d8037312c0 Align avatars correctly 11 years ago
Victor Dubiniuk e47267adb1 Disable show member caret on click 11 years ago
Victor Dubiniuk 886273dd10 Hacking WebODF to fix #51 11 years ago
Victor Dubiniuk e33d481e78 Proper public link is sharing dropdown 11 years ago
Friedrich W. H. Kossebau 93c774d81e Update to latest WebODF pullbox branch
Noticable changes:
* no more freezing on closing a document where edited paragraphs had been removed
11 years ago
Victor Dubiniuk e6794e015c Disallow sharing for guests 11 years ago
Victor Dubiniuk d69c02e2bb Stay/Leave popup. Closes #39 11 years ago
Victor Dubiniuk fdf7a602d4 Allow gues user to choose a name 11 years ago
Victor Dubiniuk e3e8ef5b58 Refactoring permissions. Allow guests to join session 11 years ago
Victor Dubiniuk fd60eddf2c Hide user avatar in document by default. Ref #30, #42 11 years ago
Friedrich W. H. Kossebau a7ad5632cb Update to latest WebODF pullbox branch
Noticable changes:
* focus returns to canvas after usage of zoom tool or paragraph style dialog
* Default paragraph style is listed with normal paragraph styles
* Cursor is not hidden, but shown non-blinking if tool is used
11 years ago
Victor Dubiniuk 05df848a52 Access via public link for logged in users. Ref #45 11 years ago
Victor Dubiniuk 670016580f Fix path to otpoll for external requests 11 years ago
Victor Dubiniuk 20da92fc4e Initial work on public links 11 years ago
Victor Dubiniuk 0b7c7198c1 Correct fileId 11 years ago
Victor Dubiniuk 8aee613fca Sharing 11 years ago
Victor Dubiniuk 78ba2cabe1 Hide share button if there are no share permissions 11 years ago
Victor Dubiniuk 31c0781ca9 Clear input on adding item to list 11 years ago
Victor Dubiniuk 8b2406d47d Refresh documents list on closing the editor 11 years ago
Victor Dubiniuk c6a207ec51 No need in explicit start session. It is started by the first join. Partially Ref #4 11 years ago
Victor Dubiniuk 61afb431da Empty folder message is back 11 years ago
Victor Dubiniuk 478611fc0d Cleanup frontend code. Ref #33 11 years ago
Victor Dubiniuk 74abca04c8 Spaces-> Tabs 11 years ago
Victor Dubiniuk 69fdb475d9 Rejoin session on F5. Ref #35 11 years ago
Victor Dubiniuk eb52fcc447 Remove test file 11 years ago
Friedrich W. H. Kossebau ff5c0ec6ff Update to latest pullbox branch
Noticable changes:
* focus returns to canvas after paragraph style selection
11 years ago
Friedrich W. H. Kossebau 70ad7f824b Move webodf.js to proper location 11 years ago