Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #5153 from owncloud/core-em-to-px | Jan-Christoph Borchardt | 2014-01-27 | 4 | -18/+18 |
|\ | | | | | Cleans up Core apps for relative(em) to absolute(px) styles. | ||||
| * | Fixes settings.css and converts more styles. | raghunayyar | 2014-01-26 | 1 | -10/+6 |
| | | |||||
| * | Fixes width of the dropdown menus as per computed styles. | raghunayyar | 2014-01-26 | 1 | -1/+1 |
| | | |||||
| * | Fixes typos, adds ; wherever not present. | raghunayyar | 2014-01-16 | 1 | -1/+1 |
| | | |||||
| * | Fixes typo in versions.css | raghunayyar | 2014-01-16 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'master' into core-em-to-px | raghunayyar | 2014-01-16 | 658 | -5645/+20132 |
| |\ | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files_sharing/css/public.css apps/user_ldap/css/settings.css core/css/multiselect.css core/css/share.css | ||||
| * | | Cleans up Core apps for relative(em) to absolute(px) styles. | raghunayyar | 2013-10-06 | 4 | -18/+18 |
| | | | |||||
* | | | Merge pull request #5152 from owncloud/files-em-to-px | Jan-Christoph Borchardt | 2014-01-27 | 2 | -20/+25 |
|\ \ \ | | | | | | | | | Converts em to px values for styles in Files. | ||||
| * | | | Keep the EOF-Newline | kondou | 2014-01-18 | 1 | -1/+1 |
| | | | | |||||
| * | | | Removes Bogus Styles. | raghunayyar | 2014-01-18 | 1 | -2/+0 |
| | | | | |||||
| * | | | Removes Bogus classes from previous commits. | raghunayyar | 2014-01-16 | 2 | -5/+3 |
| | | | | |||||
| * | | | Fixes header going down in trash bin app. | raghunayyar | 2014-01-16 | 1 | -1/+1 |
| | | | | |||||
| * | | | Fixed files row height in Firefox/KDE | Vincent Petry | 2014-01-16 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Firefox is using native checkboxes and in KDE the checkboxes have a bigger height which caused the row height to increase and be misaligned with the date column. This fix makes the checkbox absolute to prevent it to influence the row height. | ||||
| * | | | Fixes Trashbin and Files Style Conflicts, more em to px conversions post rebase | raghunayyar | 2014-01-16 | 3 | -8/+10 |
| | | | | |||||
| * | | | Merge branch 'master' into files-em-to-px | raghunayyar | 2014-01-15 | 656 | -5626/+20089 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files/css/files.css | ||||
| * | | | | Converts em to px values for styles in Files. | raghunayyar | 2013-10-06 | 2 | -16/+16 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #6916 from owncloud/encryption_update_filecache | Björn Schießle | 2014-01-27 | 1 | -7/+24 |
|\ \ \ \ | | | | | | | | | | | [encryption] update file cache after the file was written | ||||
| * | | | | only update file cache with the unenecrypted size when the file was written | Bjoern Schiessle | 2014-01-24 | 1 | -7/+24 |
| | | | | | |||||
* | | | | | Merge pull request #6923 from owncloud/files-maxuploadfieldstylefix | Morris Jobke | 2014-01-24 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | Fixed max upload size input field style | ||||
| * | | | | | Fixed max upload size input field style | Vincent Petry | 2014-01-23 | 1 | -1/+1 |
| |/ / / / | | | | | | | | | | | | | | | | Added "type=text" makes it look like nice like all other fields | ||||
* | | | | | Merge pull request #6921 from owncloud/trash_mimetype_size | Björn Schießle | 2014-01-24 | 2 | -9/+9 |
|\ \ \ \ \ | | | | | | | | | | | | | increase size of mimetype column | ||||
| * | | | | | increase size of mimetype column | Bjoern Schiessle | 2014-01-23 | 2 | -9/+9 |
| |/ / / / | |||||
* | | | | | Merge pull request #6184 from owncloud/6051-ux-files-Move-File-Spinner | Morris Jobke | 2014-01-24 | 1 | -5/+37 |
|\ \ \ \ \ | | | | | | | | | | | | | #6051 [ux][files] Move File Spinner | ||||
| * | | | | | Fixed indention. | zombiehugs | 2013-12-04 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | As per @kabum request, indention on line 694 has been fixed. | ||||
| * | | | | | #6051 [ux][files] Move File Spinner | zombiehugs | 2013-12-04 | 1 | -5/+37 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added spinner to file icon when moving to new folder or out of folder. Commit is related to #6051 | ||||
* | | | | | | Merge pull request #5954 from owncloud/extstorage-stream-sftp | Vincent Petry | 2014-01-24 | 25 | -4753/+9724 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | [Ext storage] Now using SFTP stream wrapper from phpseclib | ||||
| * | | | | | | Removed unused writeBack method | Vincent Petry | 2014-01-23 | 1 | -8/+0 |
| | | | | | | | |||||
| * | | | | | | Now using SFTP stream wrapper from phpseclib | Vincent Petry | 2014-01-23 | 25 | -4745/+9724 |
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Upgraded phpseclib to master version (post 0.3.5) - Now using fopen() on sftp URL for both read and write - Fixes #4063 | ||||
* | | | | | | Merge pull request #6736 from owncloud/tests-jsunittests | Thomas Müller | 2014-01-23 | 2 | -0/+135 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | Added Javascript unit tests | ||||
| * | | | | | Added Javascript unit tests | Vincent Petry | 2014-01-16 | 2 | -0/+135 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - added karma utility to run jasmine unit tests - added Sinon library (for stubs/mocks/fakeserver) - added a few unit tests for core and files - added autotest-js.sh script | ||||
* | | | | | | Merge pull request #6898 from owncloud/encryption_infinite_loop | Björn Schießle | 2014-01-23 | 2 | -45/+30 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | [encryption] infinite loop on sharing | ||||
| * | | | | | | fix infinite loop if folder and subfolder has the same name | Bjoern Schiessle | 2014-01-22 | 1 | -39/+13 |
| | | | | | | | |||||
| * | | | | | | add path relative to the files folder of the currently logged in user to the ↵ | Bjoern Schiessle | 2014-01-22 | 1 | -6/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | output of getFolderContent() | ||||
* | | | | | | | Merge pull request #6890 from owncloud/version_fix_array_order | Björn Schießle | 2014-01-22 | 3 | -7/+7 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | [files_versions] fix array order | ||||
| * | | | | | | fix array order | Bjoern Schiessle | 2014-01-22 | 2 | -5/+4 |
| | | | | | | | |||||
| * | | | | | | code clean-up | Bjoern Schiessle | 2014-01-22 | 1 | -1/+2 |
| | | | | | | | |||||
| * | | | | | | fix size calculation of getAllVersions() | Bjoern Schiessle | 2014-01-22 | 1 | -1/+1 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #6719 from tripflex/fix_pubup_progbar | Morris Jobke | 2014-01-22 | 4 | -27/+21 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fix public upload progress bar | ||||
| * | | | | | | | change publicUploadButtonMock to public_upload | Myles McNamara | 2014-01-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | Changed jQuery selector for public preview to public_upload to correctly show preview | ||||
| * | | | | | | | change em to px | Myles McNamara | 2014-01-15 | 1 | -1/+1 |
| | | | | | | | | |||||
| * | | | | | | | modify js to move upload wrapper, modify css to match core values | Myles McNamara | 2014-01-10 | 2 | -8/+12 |
| | | | | | | | | |||||
| * | | | | | | | remove extra upload controls | Myles McNamara | 2014-01-10 | 1 | -13/+1 |
| | | | | | | | | |||||
| * | | | | | | | fix upload button layout | Myles McNamara | 2014-01-10 | 1 | -5/+7 |
| | | | | | | | | |||||
* | | | | | | | | Merge branch 'master' into fixing-gallery-password-protected-access-master | Thomas Müller | 2014-01-21 | 14 | -116/+307 |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | |||||
| * | | | | | | | Merge pull request #6863 from owncloud/versioning_expire_function_tests | Thomas Müller | 2014-01-21 | 2 | -77/+264 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Versioning expire function tests | ||||
| | * | | | | | | | add first unit test for the versioning app | Bjoern Schiessle | 2014-01-21 | 1 | -0/+188 |
| | | | | | | | | | |||||
| | * | | | | | | | isolate getExpireList function to make it testable | Bjoern Schiessle | 2014-01-21 | 1 | -77/+76 |
| | | | | | | | | | |||||
| * | | | | | | | | Merge pull request #6868 from owncloud/enc-fixrandomfailunittest | Vincent Petry | 2014-01-21 | 7 | -35/+35 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Replaced time() with uniqid() to make sure the file name is unique | ||||
| | * | | | | | | | | Replaced time() with uniqid() to make sure the file name is unique | Vincent Petry | 2014-01-21 | 7 | -35/+35 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The cache isn't cleared properly because unlink() doesn't remove the cache entry which caused side-effects when reusing the same file name (which randomly happens when time() returns the same value) This fix first makes sure the unit tests don't fail any more. The unlink() case with the cache will be investigated separately. | ||||
| * | | | | | | | | | Merge branch 'master' into fix-setupfs-only-for-existing-users-master | Thomas Müller | 2014-01-21 | 4 | -19/+25 |
| |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | | |