Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #9683 from owncloud/fix_#8819_sorting | Vincent Petry | 2014-07-22 | 3 | -29/+58 |
|\ | | | | | Fix #8819 sorting | ||||
| * | Sorting triangles pointing up for ascending, down for descending | Remco Brenninkmeijer | 2014-07-21 | 1 | -2/+2 |
| | | |||||
| * | Before I get spanked ;) | Remco Brenninkmeijer | 2014-07-17 | 1 | -1/+1 |
| | | |||||
| * | Adjusted tests for new default sorting | Remco Brenninkmeijer | 2014-07-17 | 1 | -19/+32 |
| | | |||||
| * | While busy cleaning, also removed extra enters | Remco Brenninkmeijer | 2014-07-17 | 2 | -3/+0 |
| | | |||||
| * | Corrected (Netbeans?) inserted spaces | Remco Brenninkmeijer | 2014-07-17 | 2 | -17/+17 |
| | | |||||
| * | Fixed comments from PVince81 | Remco Brenninkmeijer | 2014-07-16 | 1 | -6/+5 |
| | | |||||
| * | Cleanup of unnecesary addition | Remco Brenninkmeijer | 2014-07-16 | 1 | -1/+1 |
| | | |||||
| * | Show sorting icons when hovering over | Remco Brenninkmeijer | 2014-07-16 | 2 | -12/+27 |
| | | |||||
| * | Changed default sorting except for names. | Remco Brenninkmeijer | 2014-07-08 | 1 | -1/+6 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-07-22 | 2 | -0/+5 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-07-21 | 2 | -1/+3 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-07-20 | 7 | -3/+40 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-07-19 | 8 | -10/+172 |
| | | |||||
* | | Merge pull request #9720 from owncloud/sftp-stream-wrapper-new-connection | Vincent Petry | 2014-07-18 | 1 | -3/+9 |
|\ \ | | | | | | | Pass existing Net_SFTP object into Net_SFTP_Stream. | ||||
| * | | Pass existing Net_SFTP object into Net_SFTP_Stream. | Andreas Fischer | 2014-07-18 | 1 | -3/+9 |
| | | | |||||
* | | | Merge pull request #9576 from owncloud/bcmath-check | blizzz | 2014-07-18 | 2 | -0/+35 |
|\ \ \ | |/ / |/| | | LDAP Active Directory Primary Groups support depends on bcmath module | ||||
| * | | make tests deal with missing bcmath | Arthur Schiwon | 2014-07-11 | 2 | -1/+30 |
| | | | |||||
| * | | warn and continue gracefully if bcmath is not installed | Arthur Schiwon | 2014-07-10 | 1 | -0/+6 |
| | | | |||||
* | | | Merge pull request #9718 from owncloud/sftp-early-login | blizzz | 2014-07-18 | 1 | -5/+5 |
|\ \ \ | | | | | | | | | SFTP: login() must be called after getServerPublicHostKey(). | ||||
| * | | | login() must be called after getServerPublicHostKey(). | Andreas Fischer | 2014-07-12 | 1 | -5/+5 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-07-18 | 8 | -20/+86 |
| | | | | |||||
* | | | | check that the file proxies are enabled after each test | Bjoern Schiessle | 2014-07-17 | 1 | -0/+2 |
| | | | | |||||
* | | | | update keys recursively if a folder was moved | Bjoern Schiessle | 2014-07-17 | 2 | -26/+81 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-07-17 | 67 | -83/+190 |
| | | | | |||||
* | | | | Merge pull request #9653 from owncloud/fix-9590 | Vincent Petry | 2014-07-16 | 3 | -14/+27 |
|\ \ \ \ | | | | | | | | | | | external storage table layout fixes | ||||
| * | | | | fix CSS coding style | Morris Jobke | 2014-07-16 | 1 | -5/+6 |
| | | | | | |||||
| * | | | | Fix #9590. Fix #9612. | Stephane V | 2014-07-15 | 3 | -14/+26 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For external storage with lots of parameter settings (>4), wrap the content of the cell to let a full view of the parameters. The rows of the table are now always visible until the end (the trash icon is accessible). (Note : A strange 3px margin forces me to add a class on the row added by javascript, to be able to align them with the rows rendered by the server.) | ||||
* | | | | | Merge pull request #9662 from owncloud/enc_error_handling_master | Björn Schießle | 2014-07-16 | 5 | -25/+74 |
|\ \ \ \ \ | | | | | | | | | | | | | [encryption] improved error handling | ||||
| * | | | | | introduce some encryption exceptions and catch additional error cases | Bjoern Schiessle | 2014-07-16 | 4 | -25/+73 |
| | | | | | | |||||
| * | | | | | make sure that the crypt library is loaded | Bjoern Schiessle | 2014-07-16 | 1 | -0/+1 |
| | | | | | | |||||
* | | | | | | Merge pull request #9647 from owncloud/files_external_multiuser_tests | Robin McCorkell | 2014-07-16 | 1 | -0/+37 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Add unit test for multi-user configuration loading | ||||
| * | | | | | | Add unit test for multi-user configuration loading | Robin McCorkell | 2014-07-15 | 1 | -0/+37 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge pull request #9664 from owncloud/enc-removelegacytests | Morris Jobke | 2014-07-16 | 1 | -84/+0 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | [OC8] Removed legacy encryption tests | ||||
| * | | | | | | Removed legacy encryption tests | Vincent Petry | 2014-07-16 | 1 | -84/+0 |
| | |/ / / / | |/| | | | | |||||
* / | | | | | Correctly return the owner display name for children of shares | Vincent Petry | 2014-07-16 | 2 | -1/+20 |
|/ / / / / | |||||
* / / / / | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-07-16 | 116 | -53/+87 |
|/ / / / | |||||
* | | | | Merge pull request #9639 from owncloud/prevent-irc-trolls-fro-using-this | icewind1991 | 2014-07-15 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Add warning because there are people that enable this app because they think it's the WebDAV implementation of ownCloud | ||||
| * | | | | Update info.xml | Lukas Reschke | 2014-07-15 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Merge pull request #8987 from owncloud/lastindexid-debug | Vincent Petry | 2014-07-15 | 1 | -6/+37 |
|\ \ \ \ \ | |/ / / / |/| | | | | [DEBUG] Test case for debugging the last index ID bug from Doctrine/MySQL | ||||
| * | | | | - Added test to trigger index id error | Vincent Petry | 2014-07-14 | 1 | -6/+37 |
| | | | | | | | | | | | | | | | | | | | | | | | | | - re-enable encryption migration tests - sqlite requires reconnect after schema changes | ||||
* | | | | | throw exception if file is to large for trash bin | Bjoern Schiessle | 2014-07-15 | 3 | -6/+46 |
| | | | | | |||||
* | | | | | Merge pull request #9570 from PhilJung/master | blizzz | 2014-07-15 | 2 | -1/+153 |
|\ \ \ \ \ | | | | | | | | | | | | | [Issue #9559] identifiers uid=xxx must be considered as user DN and not ... | ||||
| * | | | | | File written by blizzz | Philippe Jung | 2014-07-14 | 1 | -0/+151 |
| | | | | | | |||||
| * | | | | | [Issue #9559] identifiers uid=xxx must be considered as user DN and not as ↵ | Philippe Jung | 2014-07-10 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | owncloud users | ||||
* | | | | | | Merge pull request #9596 from owncloud/fixing-9503-master | Morris Jobke | 2014-07-15 | 2 | -5/+5 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | reduce share action text to the user name only | ||||
| * | | | | | | reduce share action text to the user name only | Thomas Müller | 2014-07-14 | 2 | -5/+5 |
| | |/ / / / | |/| | | | | |||||
* / | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-07-15 | 54 | -54/+62 |
|/ / / / / | |||||
* | | | | | Merge pull request #9572 from owncloud/deleteunsharetooltip | Björn Schießle | 2014-07-14 | 5 | -5/+30 |
|\ \ \ \ \ | | | | | | | | | | | | | mountType attribute + delete hint fix | ||||
| * | | | | | Added mountType attribute and adapted Delete action text | Vincent Petry | 2014-07-14 | 5 | -5/+30 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added mountType attribute for files/folder to indicated whether they are regular, external or shared. The client side then adapts the "Delete" action hint text based on this information. Only the mount roots must have the delete icon hint adapted. To make this detectable on the client side, the mountType can now be null, "shared", "shared-root", "external" or "external-root". This also gives room to icon customization on the client side. |